diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx new file mode 100644 index 0000000..df5289b --- /dev/null +++ b/src/app/contact/page.tsx @@ -0,0 +1,5 @@ +import ContactPage from "@/components/contact-page"; + +export default function Contact() { + return ; +} diff --git a/src/components/FeatureCardSection.tsx b/src/components/FeatureCardSection.tsx index 4f2d9ac..075d40c 100644 --- a/src/components/FeatureCardSection.tsx +++ b/src/components/FeatureCardSection.tsx @@ -65,7 +65,12 @@ const FeatureCardSection: React.FC = ({ alt={card.imageAlt} width={360} height={480} - className="h-full w-full" + className="h-full w-full clip-path" + style={ + card.imageUrl.endsWith(".gif") + ? { clipPath: "inset(0 4px 0 0)" } + : {} + } />
diff --git a/src/components/FeatureSection.tsx b/src/components/FeatureSection.tsx index 14de2e8..62bf6ce 100644 --- a/src/components/FeatureSection.tsx +++ b/src/components/FeatureSection.tsx @@ -66,13 +66,16 @@ const FeatureSection: React.FC = ({ className={`w-full rotate-180 ${imageContainerClasses}`} style={{ backgroundColor }} > -
+
{imageAlt}
diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index 79b3f6f..3d3e28c 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -7,7 +7,7 @@ import Link from "next/link"; export default function Footer() { const freeTools = [ - { label: "Planpost Canvas", url: "https://canvas.planpostai.com/" }, + // { label: "Planpost Canvas", url: "https://canvas.planpostai.com/" }, { label: "Color Pallet Generator", url: "https://colors.planpostai.com/color-palate-generator", @@ -35,7 +35,7 @@ export default function Footer() { const planpostAi = [ { label: "About Us", url: "https://blog.planpostai.com/about/" }, - { label: "Contact", url: "https://blog.planpostai.com/contact/" }, + { label: "Contact", url: "/contact" }, { label: "FAQ", url: "/#faqSection" }, { label: "Privacy Policy", url: "/privacy-policy" }, { label: "Terms & Condition", url: "/terms-and-conditions" }, @@ -116,7 +116,7 @@ export default function Footer() {

Need help?

-

Reach us at: contact@planpostai.com

+

Reach us at: shahin@planpostai.com

  • - + Feature
  • - + Pricing
  • - + Contact
  • @@ -86,7 +86,7 @@ export default function Header() {
  • Feature @@ -94,7 +94,7 @@ export default function Header() {
  • Pricing @@ -102,7 +102,7 @@ export default function Header() {
  • Contact diff --git a/src/components/PricingSection.tsx b/src/components/PricingSection.tsx index 123ce76..6daef3b 100644 --- a/src/components/PricingSection.tsx +++ b/src/components/PricingSection.tsx @@ -178,7 +178,7 @@ export default function PricingSection() {
  • ))}
    - +