Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-31 16:11:56 +00:00

View File

@@ -15,7 +15,7 @@ export default function LandingPage() {
return (
<ThemeProvider
defaultButtonVariant="expand-hover"
defaultTextAnimation="reveal-blur"
defaultTextAnimation="entrance-slide"
borderRadius="soft"
contentWidth="mediumLarge"
sizing="large"
@@ -30,21 +30,13 @@ export default function LandingPage() {
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "Collection",
id: "products",
},
name: "Collection", id: "products"},
{
name: "About",
id: "about",
},
name: "About", id: "about"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="Totztouch"
/>
@@ -56,9 +48,7 @@ export default function LandingPage() {
description="Discover Totztouch, where artisanal Indian craftsmanship meets modern comfort for your child's every milestone."
buttons={[
{
text: "Shop Collection",
href: "#products",
},
text: "Shop Collection", href: "#products"},
]}
imageSrc="http://img.b2bpic.net/free-photo/dancing-team-studio_1303-10933.jpg"
imageAlt="Luxury Indian children clothing"
@@ -70,20 +60,13 @@ export default function LandingPage() {
useInvertedBackground={false}
heading={[
{
type: "text",
content: "Crafting Stories in Every Stitch",
},
type: "text", content: "Crafting Stories in Every Stitch"},
{
type: "image",
src: "http://img.b2bpic.net/free-photo/cropped-image-old-woman-knitting_171337-8096.jpg",
alt: "Craftsmanship",
},
type: "image", src: "http://img.b2bpic.net/free-photo/cropped-image-old-woman-knitting_171337-8096.jpg", alt: "Craftsmanship"},
]}
buttons={[
{
text: "Our Heritage",
href: "#",
},
text: "Our Heritage", href: "#"},
]}
/>
</div>
@@ -96,26 +79,11 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
id: "p1",
name: "Festive Cotton Kurta",
price: "₹1,899",
imageSrc: "http://img.b2bpic.net/free-photo/girl-with-long-hair-wearing-crown-sitting-sofa-with-scripts_23-2147883028.jpg",
imageAlt: "Kurta",
},
id: "p1", name: "Festive Cotton Kurta", price: "₹1,899", imageSrc: "http://img.b2bpic.net/free-photo/girl-with-long-hair-wearing-crown-sitting-sofa-with-scripts_23-2147883028.jpg", imageAlt: "Kurta"},
{
id: "p2",
name: "Soft Embroidered Set",
price: "₹2,299",
imageSrc: "http://img.b2bpic.net/free-photo/small-girl-keeps-flowers-room_1304-3168.jpg",
imageAlt: "Set",
},
id: "p2", name: "Soft Embroidered Set", price: "₹2,299", imageSrc: "http://img.b2bpic.net/free-photo/small-girl-keeps-flowers-room_1304-3168.jpg", imageAlt: "Set"},
{
id: "p3",
name: "Everyday Comfort Dress",
price: "₹1,299",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-child-getting-ready-their-first-communion_23-2149378029.jpg",
imageAlt: "Dress",
},
id: "p3", name: "Everyday Comfort Dress", price: "₹1,299", imageSrc: "http://img.b2bpic.net/free-photo/portrait-child-getting-ready-their-first-communion_23-2149378029.jpg", imageAlt: "Dress"},
]}
title="Handpicked Essentials"
description="Exquisite designs curated for comfort, play, and special celebrations."
@@ -129,20 +97,11 @@ export default function LandingPage() {
tag="Our Quality Commitment"
metrics={[
{
id: "m1",
value: "100%",
description: "Organic Cotton Certified",
},
id: "m1", value: "100%", description: "Organic Cotton Certified"},
{
id: "m2",
value: "5k+",
description: "Happy Little Customers",
},
id: "m2", value: "5k+", description: "Happy Little Customers"},
{
id: "m3",
value: "12+",
description: "Artisanal Heritage Techniques",
},
id: "m3", value: "12+", description: "Artisanal Heritage Techniques"},
]}
metricsAnimation="slide-up"
/>
@@ -156,25 +115,15 @@ export default function LandingPage() {
author="Priya Sharma"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/caucasian-family-is-spending-time-farm-together_53876-14380.jpg",
alt: "Parent 1",
},
src: "http://img.b2bpic.net/free-photo/caucasian-family-is-spending-time-farm-together_53876-14380.jpg", alt: "Parent 1"},
{
src: "http://img.b2bpic.net/free-photo/close-up-happy-kid-with-her-dad_23-2149117554.jpg",
alt: "Parent 2",
},
src: "http://img.b2bpic.net/free-photo/close-up-happy-kid-with-her-dad_23-2149117554.jpg", alt: "Parent 2"},
{
src: "http://img.b2bpic.net/free-photo/two-young-beautiful-girls-shopping-mall_176420-97.jpg",
alt: "Parent 3",
},
src: "http://img.b2bpic.net/free-photo/two-young-beautiful-girls-shopping-mall_176420-97.jpg", alt: "Parent 3"},
{
src: "http://img.b2bpic.net/free-photo/young-woman-with-little-daughter-walking-park_1303-16152.jpg",
alt: "Parent 4",
},
src: "http://img.b2bpic.net/free-photo/young-woman-with-little-daughter-walking-park_1303-16152.jpg", alt: "Parent 4"},
{
src: "http://img.b2bpic.net/free-photo/caucasian-family-is-spending-time-farm-together_53876-14380.jpg",
alt: "Parent 5",
},
src: "http://img.b2bpic.net/free-photo/caucasian-family-is-spending-time-farm-together_53876-14380.jpg", alt: "Parent 5"},
]}
ratingAnimation="reveal-blur"
avatarsAnimation="slide-up"
@@ -185,8 +134,7 @@ export default function LandingPage() {
<ContactCenter
useInvertedBackground={false}
background={{
variant: "canvas-reveal",
}}
variant: "canvas-reveal"}}
tag="Stay Connected"
title="Join the Totztouch Community"
description="Sign up for early access to our seasonal collections and exclusive parenting tips."
@@ -197,29 +145,19 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "Totztouch",
items: [
title: "Totztouch", items: [
{
label: "About Us",
href: "#about",
},
label: "About Us", href: "#about"},
{
label: "Sustainability",
href: "#",
},
label: "Sustainability", href: "#"},
],
},
{
title: "Support",
items: [
title: "Support", items: [
{
label: "Contact",
href: "#contact",
},
label: "Contact", href: "#contact"},
{
label: "Shipping Policy",
href: "#",
},
label: "Shipping Policy", href: "#"},
],
},
]}