diff --git a/src/app/page.tsx b/src/app/page.tsx index 838c114..2641892 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,14 +6,12 @@ import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatin import HeroSplitDoubleCarousel from "@/components/sections/hero/HeroSplitDoubleCarousel"; import FeatureBento from "@/components/sections/feature/FeatureBento"; import FeatureCardTwentySix from "@/components/sections/feature/FeatureCardTwentySix"; -import FeatureCardSixteen from "@/components/sections/feature/FeatureCardSixteen"; import MetricCardOne from "@/components/sections/metrics/MetricCardOne"; -import TeamCardFive from "@/components/sections/team/TeamCardFive"; +import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen"; import FaqBase from "@/components/sections/faq/FaqBase"; import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterBase from "@/components/sections/footer/FooterBase"; -import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen"; -import { Sparkles, Search, ArrowUpRight, Monitor, Shield, Zap, Puzzle, TrendingUp, Lock, Phone, MessageCircle, BookOpen, Tv, Camera, Music, Settings, Award, Users } from "lucide-react"; +import { Sparkles, ArrowUpRight, Shield, TrendingUp, Award, Users } from "lucide-react"; export default function FirenzeFurniturePage() { return ( @@ -33,12 +31,11 @@ export default function FirenzeFurniturePage() { @@ -165,9 +136,9 @@ export default function FirenzeFurniturePage() { logoText="Firenze Furniture" copyrightText="© 2026 | Firenze Furniture Co." columns={[ - { title: "Company", items: [{ label: "History", href: "#about" }, { label: "Artisans", href: "#craftsmanship" }, { label: "Stores", href: "#" }] }, - { title: "Shop", items: [{ label: "Living", href: "#" }, { label: "Dining", href: "#" }, { label: "Bedroom", href: "#" }] }, - { title: "Connect", items: [{ label: "Instagram", href: "#" }, { label: "Pinterest", href: "#" }, { label: "Newsletter", href: "#" }] }, + { title: "Company", items: [{ label: "History", href: "/" }, { label: "Artisans", href: "/" }, { label: "Contact", href: "/contact" }] }, + { title: "Shop", items: [{ label: "View Gallery", href: "/gallery" }] }, + { title: "Connect", items: [{ label: "Instagram", href: "#" }, { label: "Newsletter", href: "#" }] }, ]} />