Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
228
src/app/page.tsx
228
src/app/page.tsx
@@ -28,22 +28,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Products",
|
||||
id: "products",
|
||||
},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Products", id: "products" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
]}
|
||||
brandName="Tiny Loops"
|
||||
/>
|
||||
@@ -53,37 +41,14 @@ export default function LandingPage() {
|
||||
<HeroCarouselLogo
|
||||
logoText="Tiny Loops"
|
||||
description="Handcrafted accessories that bring a touch of lavender magic to your daily routine. Keychains, phone charms, and bracelets made with love."
|
||||
buttons={[
|
||||
{
|
||||
text: "Shop Collection",
|
||||
href: "#products",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Shop Collection", href: "#products" }]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-smartphone-composition_23-2149437091.jpg",
|
||||
imageAlt: "Lavender Keychain",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/autumn-winter-cozy-home-still-life-with-cup-hot-drink_169016-1598.jpg",
|
||||
imageAlt: "Cute Phone Charm",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mothers-day-still-life-with-roses-chain_23-2147776136.jpg",
|
||||
imageAlt: "Beaded Bracelet",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glass-purple-drink-with-blossoms-wooden-platter-top-view_114579-19779.jpg",
|
||||
imageAlt: "Handmade Accessories",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-working-dreamcatcher_23-2149281475.jpg",
|
||||
imageAlt: "Lavender Details",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/christmas-wooden-toys-sweater-closeup_169016-3898.jpg",
|
||||
imageAlt: "Charm Collection",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/elegant-smartphone-composition_23-2149437091.jpg", imageAlt: "Lavender Keychain" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/autumn-winter-cozy-home-still-life-with-cup-hot-drink_169016-1598.jpg", imageAlt: "Cute Phone Charm" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/mothers-day-still-life-with-roses-chain_23-2147776136.jpg", imageAlt: "Beaded Bracelet" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/glass-purple-drink-with-blossoms-wooden-platter-top-view_114579-19779.jpg", imageAlt: "Handmade Accessories" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-working-dreamcatcher_23-2149281475.jpg", imageAlt: "Lavender Details" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/christmas-wooden-toys-sweater-closeup_169016-3898.jpg", imageAlt: "Charm Collection" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -105,60 +70,12 @@ export default function LandingPage() {
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Tiny Loops",
|
||||
name: "Lavender Butterfly Charm",
|
||||
price: "$12.00",
|
||||
rating: 5,
|
||||
reviewCount: "24",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/just-fun-beads-text-typography_53876-105994.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "Tiny Loops",
|
||||
name: "White Bead Bracelet",
|
||||
price: "$15.00",
|
||||
rating: 5,
|
||||
reviewCount: "18",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dreamcatcher-held-by-hand-sun_23-2149192639.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "Tiny Loops",
|
||||
name: "Starry Night Keychain",
|
||||
price: "$10.00",
|
||||
rating: 4,
|
||||
reviewCount: "32",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/decorative-botanical-composition_23-2147725709.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "Tiny Loops",
|
||||
name: "Floral Charm Loop",
|
||||
price: "$14.00",
|
||||
rating: 5,
|
||||
reviewCount: "21",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-heart-shaped-lollipops_23-2149535350.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "Tiny Loops",
|
||||
name: "Hearty Lavender Charm",
|
||||
price: "$11.00",
|
||||
rating: 5,
|
||||
reviewCount: "15",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/women-connected-with-heart-shape-gingerbread-cookie_329181-6381.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
brand: "Tiny Loops",
|
||||
name: "Cloud Dreams Keychain",
|
||||
price: "$13.00",
|
||||
rating: 5,
|
||||
reviewCount: "29",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-jelly-arrangement_23-2148679258.jpg",
|
||||
},
|
||||
{ id: "p1", brand: "Tiny Loops", name: "Lavender Butterfly Charm", price: "$12.00", rating: 5, reviewCount: "24", imageSrc: "http://img.b2bpic.net/free-photo/just-fun-beads-text-typography_53876-105994.jpg" },
|
||||
{ id: "p2", brand: "Tiny Loops", name: "White Bead Bracelet", price: "$15.00", rating: 5, reviewCount: "18", imageSrc: "http://img.b2bpic.net/free-photo/dreamcatcher-held-by-hand-sun_23-2149192639.jpg" },
|
||||
{ id: "p3", brand: "Tiny Loops", name: "Starry Night Keychain", price: "$10.00", rating: 4, reviewCount: "32", imageSrc: "http://img.b2bpic.net/free-photo/decorative-botanical-composition_23-2147725709.jpg" },
|
||||
{ id: "p4", brand: "Tiny Loops", name: "Floral Charm Loop", price: "$14.00", rating: 5, reviewCount: "21", imageSrc: "http://img.b2bpic.net/free-photo/top-view-heart-shaped-lollipops_23-2149535350.jpg" },
|
||||
{ id: "p5", brand: "Tiny Loops", name: "Hearty Lavender Charm", price: "$11.00", rating: 5, reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/women-connected-with-heart-shape-gingerbread-cookie_329181-6381.jpg" },
|
||||
{ id: "p6", brand: "Tiny Loops", name: "Cloud Dreams Keychain", price: "$13.00", rating: 5, reviewCount: "29", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-jelly-arrangement_23-2148679258.jpg" },
|
||||
]}
|
||||
title="Our Collection"
|
||||
description="Explore our curated selection of handcrafted accessories."
|
||||
@@ -167,63 +84,20 @@ export default function LandingPage() {
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSixteen
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Mia R.",
|
||||
role: "Collector",
|
||||
company: "Fan",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-taking-break-after-shopping_23-2148660680.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Sophie K.",
|
||||
role: "Trendsetter",
|
||||
company: "Fan",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lovely-woman-posing-with-flowers_23-2148442496.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Chloe L.",
|
||||
role: "Enthusiast",
|
||||
company: "Fan",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/charming-ladies-black-white-outfits-smile-work-new-clothes-design_197531-24066.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Emma W.",
|
||||
role: "Buyer",
|
||||
company: "Fan",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-glad-african-american-female-has-positive-smile-has-bushy-hairstyle-looks-with-dreamy-expression-away-sits-against-cafeteria-interior_273609-3184.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Olivia B.",
|
||||
role: "Gifter",
|
||||
company: "Fan",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/office-desktop-with-lipstick_23-2148166666.jpg",
|
||||
},
|
||||
{ id: "t1", name: "Mia R.", role: "Collector", company: "Fan", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-taking-break-after-shopping_23-2148660680.jpg" },
|
||||
{ id: "t2", name: "Sophie K.", role: "Trendsetter", company: "Fan", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/lovely-woman-posing-with-flowers_23-2148442496.jpg" },
|
||||
{ id: "t3", name: "Chloe L.", role: "Enthusiast", company: "Fan", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/charming-ladies-black-white-outfits-smile-work-new-clothes-design_197531-24066.jpg" },
|
||||
{ id: "t4", name: "Emma W.", role: "Buyer", company: "Fan", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-glad-african-american-female-has-positive-smile-has-bushy-hairstyle-looks-with-dreamy-expression-away-sits-against-cafeteria-interior_273609-3184.jpg" },
|
||||
{ id: "t5", name: "Olivia B.", role: "Gifter", company: "Fan", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/office-desktop-with-lipstick_23-2148166666.jpg" },
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "500+",
|
||||
label: "Happy Customers",
|
||||
},
|
||||
{
|
||||
value: "1.2k",
|
||||
label: "Loops Sold",
|
||||
},
|
||||
{
|
||||
value: "5.0",
|
||||
label: "Avg Rating",
|
||||
},
|
||||
{ value: "500+", label: "Happy Customers" },
|
||||
{ value: "1.2k", label: "Loops Sold" },
|
||||
{ value: "5.0", label: "Avg Rating" },
|
||||
]}
|
||||
title="Loved by You"
|
||||
description="See why our customers love our tiny handmade treasures."
|
||||
@@ -238,41 +112,11 @@ export default function LandingPage() {
|
||||
title="Our Impact"
|
||||
description="Creating joy, one tiny loop at a time."
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "500+",
|
||||
title: "Happy Clients",
|
||||
description: "Our community is growing every single day.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-with-cutlery-restaurant_169016-21627.jpg",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "1.2k",
|
||||
title: "Loops Crafted",
|
||||
description: "Each piece is hand-finished with precision.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-artisan-working-with-beaded-necklace_23-2149025924.jpg",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "100%",
|
||||
title: "Handmade",
|
||||
description: "Crafted with passion and care.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/creative-girl-has-very-interesting-hobby-she-creating-jewellery-from-beads-stones_613910-17286.jpg",
|
||||
},
|
||||
{
|
||||
id: "m4",
|
||||
value: "5.0",
|
||||
title: "Quality Score",
|
||||
description: "We prioritize high standards in every detail.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/many-real-colorful-polished-gemstones-white-wall-composition-with-empty-space-text_169016-5716.jpg",
|
||||
},
|
||||
{
|
||||
id: "m5",
|
||||
value: "24h",
|
||||
title: "Support Response",
|
||||
description: "We are always here to help you choose.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-personal-shopper-helping-cutomer_23-2148924090.jpg",
|
||||
},
|
||||
{ id: "m1", value: "500+", title: "Happy Clients", description: "Our community is growing every single day.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-with-cutlery-restaurant_169016-21627.jpg" },
|
||||
{ id: "m2", value: "1.2k", title: "Loops Crafted", description: "Each piece is hand-finished with precision.", imageSrc: "http://img.b2bpic.net/free-photo/female-artisan-working-with-beaded-necklace_23-2149025924.jpg" },
|
||||
{ id: "m3", value: "100%", title: "Handmade", description: "Crafted with passion and care.", imageSrc: "http://img.b2bpic.net/free-photo/creative-girl-has-very-interesting-hobby-she-creating-jewellery-from-beads-stones_613910-17286.jpg" },
|
||||
{ id: "m4", value: "5.0", title: "Quality Score", description: "We prioritize high standards in every detail.", imageSrc: "http://img.b2bpic.net/free-photo/many-real-colorful-polished-gemstones-white-wall-composition-with-empty-space-text_169016-5716.jpg" },
|
||||
{ id: "m5", value: "24h", title: "Support Response", description: "We are always here to help you choose.", imageSrc: "http://img.b2bpic.net/free-photo/female-personal-shopper-helping-cutomer_23-2148924090.jpg" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -280,14 +124,8 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="Tiny Loops"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
rightLink={{
|
||||
text: "Contact Us",
|
||||
href: "#",
|
||||
}}
|
||||
leftLink={{ text: "Privacy Policy", href: "#" }}
|
||||
rightLink={{ text: "Contact Us", href: "#" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user