Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5d61234c4c | |||
| 8c425e76ea | |||
| 98c8a1ed7e | |||
| 87fa66f1c2 | |||
| 00e2e35c57 | |||
| 2214779b2d | |||
| 95da4e9342 | |||
| 52d1f28f8b | |||
| b2fff65c8d | |||
| 26a04c8b5a |
1420
src/app/layout.tsx
1420
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user