Merge version_1 into main #2
@@ -43,7 +43,7 @@ export default function LandingPage() {
|
||||
<HeroLogoBillboardSplit
|
||||
logoText="Huracan Supermarket"
|
||||
description="Your trusted destination for fresh, quality groceries and everyday essentials. Experience the best in local and international products, with competitive prices and exceptional customer service."
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "plain" }}
|
||||
buttons={[
|
||||
{ text: "Shop Now", href: "#products" },
|
||||
{ text: "Learn More", href: "#about" }
|
||||
@@ -101,15 +101,15 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
tag: "Fresh & Organic", title: "Produce Section", subtitle: "Daily Fresh Vegetables & Fruits", description: "Handpicked fresh vegetables and fruits sourced from local farms. Organic options available for health-conscious shoppers.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-red-radish_197531-33075.jpg?_wi=1", imageAlt: "Fresh organic vegetables and fruits display"
|
||||
tag: "Fresh & Organic", title: "Produce Section", subtitle: "Daily Fresh Vegetables & Fruits", description: "Handpicked fresh vegetables and fruits sourced from local farms. Organic options available for health-conscious shoppers.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-red-radish_197531-33075.jpg", imageAlt: "Fresh organic vegetables and fruits display"
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
tag: "Premium Quality", title: "Meat & Seafood", subtitle: "Expert Cuts & Fresh Catch", description: "High-quality meats and fresh seafood prepared by our expert butchers. All products meet strict quality standards.", imageSrc: "http://img.b2bpic.net/free-photo/chef-cutting-raw-beef-steak-from-middle-kitchen_141793-162.jpg?_wi=1", imageAlt: "Premium meat counter with fresh cuts"
|
||||
tag: "Premium Quality", title: "Meat & Seafood", subtitle: "Expert Cuts & Fresh Catch", description: "High-quality meats and fresh seafood prepared by our expert butchers. All products meet strict quality standards.", imageSrc: "http://img.b2bpic.net/free-photo/chef-cutting-raw-beef-steak-from-middle-kitchen_141793-162.jpg", imageAlt: "Premium meat counter with fresh cuts"
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
tag: "Dairy & Bakery", title: "Fresh Essentials", subtitle: "Quality Dairy & Artisan Breads", description: "Fresh dairy products and artisan breads baked daily. Supporting local bakeries and creameries.", imageSrc: "http://img.b2bpic.net/free-photo/female-baker-s-hand-holding-fresh-loaf-bread_23-2148189080.jpg?_wi=1", imageAlt: "Fresh bakery items and dairy products"
|
||||
tag: "Dairy & Bakery", title: "Fresh Essentials", subtitle: "Quality Dairy & Artisan Breads", description: "Fresh dairy products and artisan breads baked daily. Supporting local bakeries and creameries.", imageSrc: "http://img.b2bpic.net/free-photo/female-baker-s-hand-holding-fresh-loaf-bread_23-2148189080.jpg", imageAlt: "Fresh bakery items and dairy products"
|
||||
}
|
||||
]}
|
||||
textboxLayout="default"
|
||||
@@ -128,22 +128,22 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Organic Tomatoes", price: "$4.99/lb", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-red-radish_197531-33075.jpg?_wi=2", imageAlt: "Fresh organic tomatoes"
|
||||
id: "1", name: "Organic Tomatoes", price: "$4.99/lb", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-red-radish_197531-33075.jpg", imageAlt: "Fresh organic tomatoes"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Premium Ground Beef", price: "$8.99/lb", imageSrc: "http://img.b2bpic.net/free-photo/chef-cutting-raw-beef-steak-from-middle-kitchen_141793-162.jpg?_wi=2", imageAlt: "Premium ground beef"
|
||||
id: "2", name: "Premium Ground Beef", price: "$8.99/lb", imageSrc: "http://img.b2bpic.net/free-photo/chef-cutting-raw-beef-steak-from-middle-kitchen_141793-162.jpg", imageAlt: "Premium ground beef"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Whole Wheat Bread", price: "$3.49", imageSrc: "http://img.b2bpic.net/free-photo/female-baker-s-hand-holding-fresh-loaf-bread_23-2148189080.jpg?_wi=2", imageAlt: "Fresh whole wheat bread"
|
||||
id: "3", name: "Whole Wheat Bread", price: "$3.49", imageSrc: "http://img.b2bpic.net/free-photo/female-baker-s-hand-holding-fresh-loaf-bread_23-2148189080.jpg", imageAlt: "Fresh whole wheat bread"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Greek Yogurt", price: "$5.99", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cheese-arrangement-with-copy-space_23-2148432595.jpg?_wi=1", imageAlt: "Greek yogurt containers"
|
||||
id: "4", name: "Greek Yogurt", price: "$5.99", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cheese-arrangement-with-copy-space_23-2148432595.jpg", imageAlt: "Greek yogurt containers"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Organic Bananas", price: "$0.69/lb", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-red-radish_197531-33075.jpg?_wi=3", imageAlt: "Organic bananas bunch"
|
||||
id: "5", name: "Organic Bananas", price: "$0.69/lb", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-red-radish_197531-33075.jpg", imageAlt: "Organic bananas bunch"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Local Cheese Selection", price: "$7.99", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cheese-arrangement-with-copy-space_23-2148432595.jpg?_wi=2", imageAlt: "Assorted local cheeses"
|
||||
id: "6", name: "Local Cheese Selection", price: "$7.99", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cheese-arrangement-with-copy-space_23-2148432595.jpg", imageAlt: "Assorted local cheeses"
|
||||
}
|
||||
]}
|
||||
carouselMode="buttons"
|
||||
|
||||
Reference in New Issue
Block a user