diff --git a/src/app/page.tsx b/src/app/page.tsx index ceb3194..0a0c6d3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,11 +6,10 @@ import HeroBillboardGallery from "@/components/sections/hero/HeroBillboardGaller import ProductCardFour from "@/components/sections/product/ProductCardFour"; import FeatureCardTwentySix from "@/components/sections/feature/FeatureCardTwentySix"; import AboutMetric from "@/components/sections/about/AboutMetric"; -import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen"; import FaqSplitText from "@/components/sections/faq/FaqSplitText"; import ContactFaq from "@/components/sections/contact/ContactFaq"; import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"; -import { Award, CheckCircle, DollarSign, MapPin, ShoppingBag, ShoppingCart, Sparkles, Users, Zap } from "lucide-react"; +import { Award, CheckCircle, DollarSign, MapPin, ShoppingBag, ShoppingCart, Sparkles, Zap } from "lucide-react"; export default function LandingPage() { return ( @@ -131,10 +130,8 @@ export default function LandingPage() { -
- -
-
@@ -251,8 +221,7 @@ export default function LandingPage() { items: [ { label: "Legal", href: "#" }, { label: "Privacy Policy", href: "#" }, - { label: "Terms of Service", href: "#" }, - { label: "Return Policy", href: "#" } + { label: "Terms of Service", href: "#" } ] }, { @@ -269,4 +238,4 @@ export default function LandingPage() {
); -} +} \ No newline at end of file