Merge version_2 into main #2
@@ -48,10 +48,7 @@ export default function LandingPage() {
|
||||
title="Ogden's Home for Reliable, Old-School Pizza"
|
||||
description="Tony's Pizza offers a cozy, no-frills experience with the best meatball sandwiches and classic pasta in town. Fast, friendly, and budget-friendly."
|
||||
tag="4.5 Stars / 1,600+ Reviews"
|
||||
mediaItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-sliced-pizza-with-copy-space_23-2148753765.jpg", imageAlt: "Fresh pizza" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-sauce-bottle_23-2148773532.jpg", imageAlt: "Tony's vibe" }
|
||||
]}
|
||||
mediaItems={[]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
ratingText="Top-rated spot"
|
||||
@@ -78,9 +75,9 @@ export default function LandingPage() {
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "p1", brand: "Tony's", name: "Classic Pizza", price: "$12", rating: 5, reviewCount: "500+", imageSrc: "http://img.b2bpic.net/free-photo/side-view-chef-baking-delicious-pizza_23-2150134249.jpg" },
|
||||
{ id: "p2", brand: "Tony's", name: "House Pasta", price: "$15", rating: 4, reviewCount: "300+", imageSrc: "http://img.b2bpic.net/free-photo/stir-fried-macaroni-with-tomato-chili-pepper-seeds-basil-white-dish_1150-22159.jpg" },
|
||||
{ id: "p3", brand: "Tony's", name: "Meatball Sub", price: "$10", rating: 5, reviewCount: "800+", imageSrc: "http://img.b2bpic.net/free-photo/side-view-mini-burgers-with-beef-patty-cheese-salad-french-fries-table_141793-5017.jpg" }
|
||||
{ id: "p1", brand: "Tony's", name: "Classic Pizza", price: "$12", rating: 5, reviewCount: "500+", imageSrc: "" },
|
||||
{ id: "p2", brand: "Tony's", name: "House Pasta", price: "$15", rating: 4, reviewCount: "300+", imageSrc: "" },
|
||||
{ id: "p3", brand: "Tony's", name: "Meatball Sub", price: "$10", rating: 5, reviewCount: "800+", imageSrc: "" }
|
||||
]}
|
||||
title="Our Classics"
|
||||
description="Made with care, served fast. From our ovens to your table."
|
||||
@@ -94,9 +91,9 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ title: "Hand-Crafted Ingredients", description: "Fresh dough and quality toppings every single day.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-veggie-food-wooden-background_23-2148305847.jpg", imageAlt: "Ingredients" },
|
||||
{ title: "Lightning Fast Service", description: "We know you're hungry, and we're ready to serve.", imageSrc: "http://img.b2bpic.net/free-photo/chef-working-together-professional-kitchen_23-2149728025.jpg", imageAlt: "Service" },
|
||||
{ title: "Warm, Homey Vibe", description: "Relax in a space that feels just like family.", imageSrc: "http://img.b2bpic.net/free-photo/serving-table-young-woman-swhite-shirt-putting-plates-table_259150-59713.jpg", imageAlt: "Vibe" }
|
||||
{ title: "Hand-Crafted Ingredients", description: "Fresh dough and quality toppings every single day." },
|
||||
{ title: "Lightning Fast Service", description: "We know you're hungry, and we're ready to serve." },
|
||||
{ title: "Warm, Homey Vibe", description: "Relax in a space that feels just like family." }
|
||||
]}
|
||||
title="What Makes Us Special"
|
||||
description="We keep things simple because you deserve great food without the fuss."
|
||||
@@ -118,8 +115,8 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "t1", name: "Sarah J.", date: "Jan 2024", title: "The Best Meatball Sub", quote: "Always my go-to for a quick lunch.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/side-view-friends-partying-with-food_23-2149525599.jpg" },
|
||||
{ id: "t2", name: "Mike R.", date: "Dec 2023", title: "Reliable Spot", quote: "Fast service, great pizza. Love the vibe.", tag: "Local", avatarSrc: "http://img.b2bpic.net/free-photo/stylish-smiling-woman-colorful-outfit-retro-vintage-50-s-cafe-dancing-drinking-milk-shake-cocktail-blue-skirt-red-shirt-wearing-sunglasses-having-fun-cheerful-mood_285396-10399.jpg" }
|
||||
{ id: "t1", name: "Sarah J.", date: "Jan 2024", title: "The Best Meatball Sub", quote: "Always my go-to for a quick lunch.", tag: "Regular", avatarSrc: "" },
|
||||
{ id: "t2", name: "Mike R.", date: "Dec 2023", title: "Reliable Spot", quote: "Fast service, great pizza. Love the vibe.", tag: "Local", avatarSrc: "" }
|
||||
]}
|
||||
title="What Our Neighbors Say"
|
||||
description="Hear from the locals who keep us running."
|
||||
@@ -147,8 +144,8 @@ export default function LandingPage() {
|
||||
tag="Contact"
|
||||
title="Visit Us Today!"
|
||||
description="Swing by for the best pizza in Ogden. We're open until 8 PM."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-friends-with-delicious-cocktails_23-2150166137.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
inputPlaceholder="Your email for updates"
|
||||
buttonText="Get Notified"
|
||||
/>
|
||||
@@ -164,4 +161,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user