3 Commits

Author SHA1 Message Date
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
2 changed files with 8 additions and 8 deletions

View File

@@ -1384,4 +1384,4 @@ export default function RootLayout({
</body>
</html>
);
}
}

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"
},
{
@@ -272,4 +272,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}