From 87bf590bfb80d88a8ba5973273c38233bfbc87fa Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 19 Apr 2026 15:11:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 33 ++++++++++----------------------- 1 file changed, 10 insertions(+), 23 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 51af3e6..c56e5cc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,6 @@ import FeatureCardTwentyEight from '@/components/sections/feature/FeatureCardTwe import FooterCard from '@/components/sections/footer/FooterCard'; import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; import { PenTool, Truck } from "lucide-react"; export default function LandingPage() { @@ -28,6 +27,7 @@ export default function LandingPage() { @@ -80,7 +80,7 @@ export default function LandingPage() { features={[ { id: "f1", title: "Affordable Luxury", subtitle: "High-end style without the high price.", category: "Quality", value: "Premium" }, { id: "f2", title: "Trendy Designs", subtitle: "Curated for the modern youth.", category: "Style", value: "Trendy" }, - { id: "f3", title: "Limited Collections", subtitle: "Get them before they disappear.", category: "Stock", value: "Limited" }, + { id: "f3", title: "Local Roots", subtitle: "Proudly designed and shipped in Lebanon.", category: "Origin", value: "Lebanese" }, ]} title="Why Shine Lab?" description="Jewelry that fits your lifestyle, not just your budget." @@ -95,27 +95,13 @@ export default function LandingPage() { description="Everything you need to know about Shine Lab." faqsAnimation="slide-up" faqs={[ - { id: "q1", title: "Do you ship internationally?", content: "Yes, we ship to over 50 countries worldwide." }, + { id: "q1", title: "Where do you deliver?", content: "We deliver to all regions across Lebanon." }, { id: "q2", title: "Is your jewelry waterproof?", content: "Our pieces are designed for durability, but we recommend avoiding heavy chemicals." }, { id: "q3", title: "What is your return policy?", content: "We offer a 30-day return policy for unused items." }, ]} /> -
- -
-
); -} +} \ No newline at end of file