diff --git a/src/app/page.tsx b/src/app/page.tsx index 8a3fd1c..947c97a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,9 +2,9 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered"; -import HeroLogoBillboard from "@/components/sections/hero/HeroLogoBillboard"; +import HeroBillboardTestimonial from "@/components/sections/hero/HeroBillboardTestimonial"; import InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSplitTextAbout"; -import ProductCardOne from "@/components/sections/product/ProductCardOne"; +import ProductCardFour from "@/components/sections/product/ProductCardFour"; import FeatureBento from "@/components/sections/feature/FeatureBento"; import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen"; import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia"; @@ -41,18 +41,19 @@ export default function DesertOudhPage() {
-
@@ -60,8 +61,7 @@ export default function DesertOudhPage() {
-
@@ -149,7 +142,6 @@ export default function DesertOudhPage() { useInvertedBackground={false} inputPlaceholder="Your email address" buttonText="Subscribe" - termsText="We prioritize your privacy above all else." /> @@ -158,8 +150,7 @@ export default function DesertOudhPage() { logoText="Desert Oudh" columns={[ { title: "Collection", items: [{ label: "Elixirs", href: "#" }, { label: "Serums", href: "#" }, { label: "Scrubs", href: "#" }] }, - { title: "Brand", items: [{ label: "Our Story", href: "#" }, { label: "Ethics", href: "#" }, { label: "Careers", href: "#" }] }, - { title: "Support", items: [{ label: "Shipping", href: "#" }, { label: "Returns", href: "#" }, { label: "Help", href: "#" }] } + { title: "Brand", items: [{ label: "Our Story", href: "#" }, { label: "Ethics", href: "#" }, { label: "Careers", href: "#" }] } ]} copyrightText="© 2025 Desert Oudh. Sacred skincare preserved." />