Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-03 07:25:49 +00:00

View File

@@ -57,7 +57,7 @@ export default function LandingPage() {
imageSrc: "http://img.b2bpic.net/free-photo/side-view-burger-with-minced-meat-caramelized-onion-sesame-seeds-lettuce-burger-bun-sauces-table_141793-4781.jpg", imageAlt: "Authentic pulled beef sandwich with smoky flavors"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/delicious-meat-meal-service_624325-2109.jpg?_wi=1", imageAlt: "Tender smoked beef brisket with perfect bark"
imageSrc: "http://img.b2bpic.net/free-photo/delicious-meat-meal-service_624325-2109.jpg", imageAlt: "Tender smoked beef brisket with perfect bark"
}
]}
mediaAnimation="slide-up"
@@ -98,7 +98,7 @@ export default function LandingPage() {
products={[
{
id: "1", brand: "PUKA", name: "Beef Brisket", price: "₹450", rating: 5,
reviewCount: "234", imageSrc: "http://img.b2bpic.net/free-photo/delicious-meat-meal-service_624325-2109.jpg?_wi=2", imageAlt: "Tender juicy beef brisket with smoky bark"
reviewCount: "234", imageSrc: "http://img.b2bpic.net/free-photo/delicious-meat-meal-service_624325-2109.jpg", imageAlt: "Tender juicy beef brisket with smoky bark"
},
{
id: "2", brand: "PUKA", name: "Pulled Beef Sandwich", price: "₹380", rating: 5,
@@ -175,7 +175,7 @@ export default function LandingPage() {
id: "4", value: "5+", title: "Years", description: "In the business", icon: Clock
}
]}
gridVariant="four-items-2x2-equal-grid"
gridVariant="uniform-all-items-equal"
animationType="slide-up"
buttons={[
{ text: "Visit Us", href: "#contact" }