6 Commits

Author SHA1 Message Date
29d84700ad Update src/app/shop/page.tsx 2026-04-19 15:11:11 +00:00
87bf590bfb Update src/app/page.tsx 2026-04-19 15:11:10 +00:00
52e4f92a6a Update src/app/contact/page.tsx 2026-04-19 15:11:10 +00:00
b710f9d92f Update src/app/about/page.tsx 2026-04-19 15:11:09 +00:00
4d8aa10c13 Merge version_1 into main
Merge version_1 into main
2026-04-19 15:05:52 +00:00
5f8ff3cb5f Merge version_1 into main
Merge version_1 into main
2026-04-19 15:05:21 +00:00
4 changed files with 46 additions and 112 deletions

View File

@@ -25,6 +25,7 @@ export default function LandingPage() {
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarStyleCentered
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ca5ssENNVTdeiiwRcRDo3OynhY/uploaded-1776611437443-tynxkgao.png"
navItems={[
{ name: "Home", id: "/" },
{ name: "Shop", id: "/shop" },
@@ -53,7 +54,7 @@ export default function LandingPage() {
useInvertedBackground={false}
tag="Our Story"
title="Made for You"
description="Shine Lab started in a small studio with a mission to change how the youth views jewelry."
description="Shine Lab is a proudly Lebanese ecommerce brand. We started in a small local studio with a mission to bring accessible, trendy jewelry to the Lebanese youth."
subdescription="Beauty doesn't have to be expensive."
icon={Heart}
videoSrc="http://img.b2bpic.net/free-photo/golden-christmas-ornament_23-2147722551.jpg"
@@ -63,11 +64,12 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterCard
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ca5ssENNVTdeiiwRcRDo3OynhY/uploaded-1776611437443-tynxkgao.png"
logoText="Shine Lab"
copyrightText="© 2025 Shine Lab | Affordable Luxury"
copyrightText="© 2025 Shine Lab | Proudly Lebanese | Shipping across all Lebanon"
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -24,23 +24,16 @@ export default function LandingPage() {
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarStyleCentered
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ca5ssENNVTdeiiwRcRDo3OynhY/uploaded-1776611437443-tynxkgao.png"
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "Shop",
id: "/shop",
},
name: "Shop", id: "/shop"},
{
name: "About",
id: "/about",
},
name: "About", id: "/about"},
{
name: "Contact",
id: "/contact",
},
name: "Contact", id: "/contact"},
]}
brandName="Shine Lab"
/>
@@ -50,11 +43,10 @@ export default function LandingPage() {
<ContactCenter
useInvertedBackground={false}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="Connect With Us"
title="Get in Touch"
description="Follow us on Instagram for trends or WhatsApp for quick support."
description="Follow us on Instagram for trends or WhatsApp for quick support. We deliver all over Lebanon!"
/>
</div>
@@ -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() {
<div id="footer" data-section="footer">
<FooterCard
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ca5ssENNVTdeiiwRcRDo3OynhY/uploaded-1776611437443-tynxkgao.png"
logoText="Shine Lab"
copyrightText="© 2025 Shine Lab | Affordable Luxury"
copyrightText="© 2025 Shine Lab | Proudly Lebanese | Shipping across all Lebanon"
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -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() {
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarStyleCentered
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ca5ssENNVTdeiiwRcRDo3OynhY/uploaded-1776611437443-tynxkgao.png"
navItems={[
{ name: "Home", id: "/" },
{ name: "Shop", id: "/shop" },
@@ -42,7 +42,7 @@ export default function LandingPage() {
<HeroSplitDoubleCarousel
background={{ variant: "gradient-bars" }}
title="Shine Lab - Minimal Jewelry Collection"
description="Discover affordable luxury designed for the modern generation. Elevate your everyday style with our trendy pieces."
description="Discover affordable luxury designed for the modern generation in Lebanon. Elevate your everyday style with our trendy pieces."
leftCarouselItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/gold-ring-with-shiny-diamond-stone-it_181624-32220.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-young-female-wearing-beautiful-silver-bracelet_181624-26319.jpg" },
@@ -67,8 +67,8 @@ export default function LandingPage() {
{ src: "http://img.b2bpic.net/free-photo/bride-s-morning-fine-art-wedding-happy-bride_1328-1772.jpg", alt: "Bride's morning. Fine art wedding. Happy Bride" },
{ src: "http://img.b2bpic.net/free-photo/beautiful-young-women-having-fun-together_329181-15563.jpg", alt: "Beautiful young women having fun together" },
]}
avatarText="Join our global community"
marqueeItems={[{ type: "text", text: "Minimalist Design" }, { type: "text", text: "Sustainable Gold" }, { type: "text", text: "Premium Quality" }, { type: "text", text: "Affordable Luxury" }, { type: "text", text: "Trendsetting" }]}
avatarText="Join our growing community"
marqueeItems={[{ type: "text", text: "Minimalist Design" }, { type: "text", text: "Local Lebanese Brand" }, { type: "text", text: "Premium Quality" }, { type: "text", text: "Affordable Luxury" }, { type: "text", text: "Trendsetting" }]}
/>
</div>
@@ -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." },
]}
/>
</div>
<div id="pricing" data-section="pricing">
<PricingCardEight
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
title="Premium Membership"
description="Get exclusive access to new drops."
plans={[
{ id: "p1", badge: "Monthly", price: "$10/mo", subtitle: "Standard access", buttons: [{ text: "Subscribe", href: "#" }], features: ["Early access", "Free shipping"] },
{ id: "p2", badge: "Yearly", price: "$100/yr", subtitle: "Best value", buttons: [{ text: "Subscribe", href: "#" }], features: ["Everything in Monthly", "VIP support", "Birthday gift"] },
]}
/>
</div>
<div id="feature" data-section="feature">
<FeatureBento
animationType="slide-up"
@@ -125,18 +111,19 @@ export default function LandingPage() {
description="Crafted with precision for longevity."
features={[
{ title: "Expert Design", description: "Hand-picked aesthetics for every individual.", bentoComponent: "reveal-icon", icon: PenTool },
{ title: "Fast Shipping", description: "Your items arrive in sustainable packaging.", bentoComponent: "reveal-icon", icon: Truck },
{ title: "Fast Shipping", description: "Delivered anywhere in Lebanon with care.", bentoComponent: "reveal-icon", icon: Truck },
]}
/>
</div>
<div id="footer" data-section="footer">
<FooterCard
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ca5ssENNVTdeiiwRcRDo3OynhY/uploaded-1776611437443-tynxkgao.png"
logoText="Shine Lab"
copyrightText="© 2025 Shine Lab | Affordable Luxury"
copyrightText="© 2025 Shine Lab | Proudly Lebanese | Shipping across all Lebanon"
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -24,23 +24,16 @@ export default function LandingPage() {
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarStyleCentered
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ca5ssENNVTdeiiwRcRDo3OynhY/uploaded-1776611437443-tynxkgao.png"
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "Shop",
id: "/shop",
},
name: "Shop", id: "/shop"},
{
name: "About",
id: "/about",
},
name: "About", id: "/about"},
{
name: "Contact",
id: "/contact",
},
name: "Contact", id: "/contact"},
]}
brandName="Shine Lab"
/>
@@ -54,44 +47,20 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "prod-1",
name: "Minimal Gold Ring",
price: "$4.00",
imageSrc: "http://img.b2bpic.net/free-photo/expensive-golden-ring-with-white-powder-background_23-2150347028.jpg",
},
id: "prod-1", name: "Minimal Gold Ring", price: "$4.00", imageSrc: "http://img.b2bpic.net/free-photo/expensive-golden-ring-with-white-powder-background_23-2150347028.jpg"},
{
id: "prod-2",
name: "Silver Band",
price: "$5.00",
imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-summer-dress-vacation-beach-colorful-yellow-sunglasess-smiling-happy_285396-6631.jpg",
},
id: "prod-2", name: "Silver Band", price: "$5.00", imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-summer-dress-vacation-beach-colorful-yellow-sunglasess-smiling-happy_285396-6631.jpg"},
{
id: "prod-3",
name: "Gold Chain Bracelet",
price: "$6.00",
imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-golden-ring-with-marble_23-2150329646.jpg",
},
id: "prod-3", name: "Gold Chain Bracelet", price: "$6.00", imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-golden-ring-with-marble_23-2150329646.jpg"},
{
id: "prod-4",
name: "Simple Bangle",
price: "$4.50",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-bride-s-hands_181624-40806.jpg",
},
id: "prod-4", name: "Simple Bangle", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-bride-s-hands_181624-40806.jpg"},
{
id: "prod-5",
name: "Stackable Ring Set",
price: "$6.00",
imageSrc: "http://img.b2bpic.net/free-photo/expensive-golden-ring-displayed-white-coral-background_23-2150347050.jpg",
},
id: "prod-5", name: "Stackable Ring Set", price: "$6.00", imageSrc: "http://img.b2bpic.net/free-photo/expensive-golden-ring-displayed-white-coral-background_23-2150347050.jpg"},
{
id: "prod-6",
name: "Delicate Charm Bracelet",
price: "$5.50",
imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-golden-ring-rock-concrete-tray_23-2150329671.jpg",
},
id: "prod-6", name: "Delicate Charm Bracelet", price: "$5.50", imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-golden-ring-rock-concrete-tray_23-2150329671.jpg"},
]}
title="Our Collection"
description="Minimal rings and bracelets for everyday elegance."
description="Minimal rings and bracelets for everyday elegance. We deliver all over Lebanon!"
/>
</div>
@@ -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"},
]}
/>
</div>
<div id="footer" data-section="footer">
<FooterCard
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ca5ssENNVTdeiiwRcRDo3OynhY/uploaded-1776611437443-tynxkgao.png"
logoText="Shine Lab"
copyrightText="© 2025 Shine Lab | Affordable Luxury"
copyrightText="© 2025 Shine Lab | Proudly Lebanese | Shipping across all Lebanon"
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}