diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index df374c8..1b79811 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -25,6 +25,7 @@ export default function LandingPage() { ); -} +} \ No newline at end of file diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index e1c9fa7..3723910 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -24,23 +24,16 @@ export default function LandingPage() { @@ -65,16 +57,10 @@ export default function LandingPage() { description="Have questions about our products or your order? We are here to help." inputs={[ { - name: "name", - type: "text", - placeholder: "Your Name", - required: true, + name: "name", type: "text", placeholder: "Your Name", required: true, }, { - name: "email", - type: "email", - placeholder: "Your Email", - required: true, + name: "email", type: "email", placeholder: "Your Email", required: true, }, ]} imageSrc="http://img.b2bpic.net/free-photo/high-angle-cute-arrangement-table_23-2148229306.jpg" @@ -84,11 +70,12 @@ export default function LandingPage() { ); -} +} \ No newline at end of file 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 diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 454d813..19bd261 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -24,23 +24,16 @@ export default function LandingPage() { @@ -105,34 +74,23 @@ export default function LandingPage() { description="Curated selection for your style." products={[ { - id: "sp1", - brand: "Shine Lab", - name: "Classic Gold Hoops", - price: "$12.00", - rating: 5, - reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/gem-beauty-wealth-gold-marriage_1172-409.jpg", - }, + id: "sp1", brand: "Shine Lab", name: "Classic Gold Hoops", price: "$12.00", rating: 5, + reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/gem-beauty-wealth-gold-marriage_1172-409.jpg"}, { - id: "sp2", - brand: "Shine Lab", - name: "Minimalist Chain", - price: "$15.00", - rating: 4.8, - reviewCount: "89", - imageSrc: "http://img.b2bpic.net/free-photo/gold-chain-beautiful-flower-arrangement_23-2149836474.jpg", - }, + id: "sp2", brand: "Shine Lab", name: "Minimalist Chain", price: "$15.00", rating: 4.8, + reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/gold-chain-beautiful-flower-arrangement_23-2149836474.jpg"}, ]} /> ); -} +} \ No newline at end of file