Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 83289af74c | |||
| 0dbe610580 | |||
| cbc3bcfe2e | |||
| b0e900f866 | |||
| 03db3adc28 | |||
| 6b396bd34a |
@@ -119,7 +119,7 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{
|
||||
id: "product-1", brand: "TacoRito", name: "Carne Asada Tacos", price: "$12.99", rating: 5,
|
||||
reviewCount: "250+", imageSrc: "http://img.b2bpic.net/free-photo/delicious-tacos-arrangement_23-2150878147.jpg", imageAlt: "Carne Asada Tacos"},
|
||||
reviewCount: "250+", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EeCjdjDEBnXYZpQLeBLKGOLvLK/uploaded-1780530654528-jaxvmhu2.png", imageAlt: "Carne Asada Tacos"},
|
||||
{
|
||||
id: "product-2", brand: "TacoRito", name: "Giant Chicken Burrito", price: "$14.50", rating: 4,
|
||||
reviewCount: "180+", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-holding-unfolded-burrito_23-2148329128.jpg", imageAlt: "Giant Chicken Burrito"},
|
||||
@@ -244,4 +244,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user