10 Commits

Author SHA1 Message Date
5d61234c4c Merge version_3 into main
Merge version_3 into main
2026-03-07 18:46:47 +00:00
8c425e76ea Update src/app/page.tsx 2026-03-07 18:46:43 +00:00
98c8a1ed7e Update src/app/layout.tsx 2026-03-07 18:46:42 +00:00
87fa66f1c2 Merge version_2 into main
Merge version_2 into main
2026-03-07 18:41:17 +00:00
00e2e35c57 Update src/app/page.tsx 2026-03-07 18:41:13 +00:00
2214779b2d Update src/app/layout.tsx 2026-03-07 18:41:12 +00:00
95da4e9342 Merge version_1 into main
Merge version_1 into main
2026-03-07 18:31:47 +00:00
52d1f28f8b Merge version_1 into main
Merge version_1 into main
2026-03-07 18:31:02 +00:00
b2fff65c8d Merge version_1 into main
Merge version_1 into main
2026-03-07 18:29:48 +00:00
26a04c8b5a Merge version_1 into main
Merge version_1 into main
2026-03-07 18:28:41 +00:00
2 changed files with 15 additions and 1421 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -134,19 +134,19 @@ export default function LandingPage() {
description="Browse our complete collection of handmade crochet bags, tops, and accessories."
products={[
{
id: "1", brand: "Rivers Studio", name: "Crochet Crop Top - Granny Square", price: "£45.00", rating: 5,
id: "1", brand: "Rivers Studio", name: "Crochet Crop Top - Granny Square", price: "£45.00", rating: 4.8,
reviewCount: "24", imageSrc: "http://img.b2bpic.net/free-photo/pretty-curly-young-african-american-female-good-mood-recreates-cozy-cafteria-with-nice-interior-calm-atmopshere-enjoys-drinking-cocktail_273609-3662.jpg?_wi=3", imageAlt: "Handmade crochet granny square crop top"
},
{
id: "2", brand: "Rivers Studio", name: "Crossbody Phone Bag", price: "£38.00", rating: 5,
id: "2", brand: "Rivers Studio", name: "Crossbody Phone Bag", price: "£38.00", rating: 4.9,
reviewCount: "31", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-outfit-with-colourful-purse_23-2148238164.jpg?_wi=3", imageAlt: "Handmade crochet crossbody phone bag"
},
{
id: "3", brand: "Rivers Studio", name: "Crochet Beach Tote", price: "£52.00", rating: 5,
id: "3", brand: "Rivers Studio", name: "Crochet Beach Tote", price: "£52.00", rating: 4.7,
reviewCount: "18", imageSrc: "http://img.b2bpic.net/free-photo/top-view-eco-friendly-products-arrangement-wooden-background_23-2148491171.jpg?_wi=2", imageAlt: "Handmade crochet beach tote"
},
{
id: "4", brand: "Rivers Studio", name: "Mini Coin Bag with Beads", price: "£18.00", rating: 5,
id: "4", brand: "Rivers Studio", name: "Mini Coin Bag with Beads", price: "£18.00", rating: 4.9,
reviewCount: "16", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-outfit-with-colourful-purse_23-2148238164.jpg?_wi=4", imageAlt: "Handmade crochet mini coin bag with colourful beads"
},
]}
@@ -171,7 +171,7 @@ export default function LandingPage() {
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-organizing-live-shop_23-2149947470.jpg", imageAlt: "Emma Johnson, customer testimonial"
},
{
id: "3", name: "Jessica Chen", role: "Gift Giver", company: "Bristol, UK", rating: 5,
id: "3", name: "Jessica Chen", role: "Gift Giver", company: "Bristol, UK", rating: 4.8,
imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-with-charming-smile-feeling-happy-free-after-graduating-university-relaxing-cafe-waiting-food-making-plans-future-ginger-woman-having-rest-indoors_273609-481.jpg", imageAlt: "Jessica Chen, customer testimonial"
},
{
@@ -179,7 +179,7 @@ export default function LandingPage() {
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-looking-clothes_23-2149729278.jpg", imageAlt: "Rachel Brown, customer testimonial"
},
{
id: "5", name: "Olivia White", role: "Style Blogger", company: "Birmingham, UK", rating: 5,
id: "5", name: "Olivia White", role: "Style Blogger", company: "Birmingham, UK", rating: 4.9,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-with-flowers_23-2149591567.jpg", imageAlt: "Olivia White, customer testimonial"
},
{
@@ -230,7 +230,7 @@ export default function LandingPage() {
<ContactCenter
tag="Newsletter"
title="Join the Studio Community"
description="Get 10% off your first order and stay updated with new releases, behind-the-scenes stories, and exclusive commission offers."
description="Get 10% off your first order, early access to new drops, and exclusive behind-the-scenes studio content."
background={{ variant: "plain" }}
useInvertedBackground={false}
inputPlaceholder="Enter your email"
@@ -272,4 +272,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}