diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 1d45955..9d4ac30 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1384,4 +1384,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index 688c2b7..49944d9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { ); -} +} \ No newline at end of file