diff --git a/src/app/page.tsx b/src/app/page.tsx
index 5455e26..c5d6e46 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -9,6 +9,7 @@ import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TextAbout from '@/components/sections/about/TextAbout';
+import ProductCardThree from '@/components/sections/product/ProductCardThree';
import { Facebook, Instagram, Twitter } from "lucide-react";
export default function LandingPage() {
@@ -29,12 +30,10 @@ export default function LandingPage() {
+
+
@@ -74,7 +85,8 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
- "Fragrance Monthly", "Luxury Essence Daily", "Perfume Artisans Guild", "Golden Bottle Awards", "Boutique Fragrance Hub", "Essence & Style Review", "Global Perfume Critics"]}
+ "Fragrance Monthly", "Luxury Essence Daily", "Perfume Artisans Guild", "Golden Bottle Awards", "Boutique Fragrance Hub", "Essence & Style Review", "Global Perfume Critics"]
+ }
title="Featured In Global Fragrance Journals"
description="Recognized by industry leaders for our commitment to high-quality ingredients and classic perfumery techniques."
/>
@@ -84,12 +96,9 @@ export default function LandingPage() {
@@ -117,19 +124,13 @@ export default function LandingPage() {
logoText="Imthi Perfumes"
copyrightText="© 2025 | Imthi Perfumes. All rights reserved."
socialLinks={[
- {
- icon: Instagram,
- href: "#", ariaLabel: "Instagram"},
- {
- icon: Twitter,
- href: "#", ariaLabel: "Twitter"},
- {
- icon: Facebook,
- href: "#", ariaLabel: "Facebook"},
+ { icon: Instagram, href: "#", ariaLabel: "Instagram" },
+ { icon: Twitter, href: "#", ariaLabel: "Twitter" },
+ { icon: Facebook, href: "#", ariaLabel: "Facebook" },
]}
/>
);
-}
+}
\ No newline at end of file