Update src/app/page.tsx
This commit is contained in:
@@ -52,7 +52,7 @@ export default function LandingPage() {
|
||||
{ text: "Reserve Table", href: "contact" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/half-meat-pizza-with-bell-pepper-tomato-mushroom-cheese_140725-5019.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/half-meat-pizza-with-bell-pepper-tomato-mushroom-cheese_140725-5019.jpg?_wi=1"
|
||||
imageAlt="Freshly made pizza dish"
|
||||
mediaAnimation="slide-up"
|
||||
imagePosition="right"
|
||||
@@ -87,9 +87,9 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Margherita Pizza", price: "$12.99", imageSrc: "http://img.b2bpic.net/free-photo/half-meat-pizza-with-bell-pepper-tomato-mushroom-cheese_140725-5019.jpg", imageAlt: "Classic Margherita pizza"},
|
||||
id: "1", name: "Margherita Pizza", price: "$12.99", imageSrc: "http://img.b2bpic.net/free-photo/half-meat-pizza-with-bell-pepper-tomato-mushroom-cheese_140725-5019.jpg?_wi=2", imageAlt: "Classic Margherita pizza"},
|
||||
{
|
||||
id: "2", name: "Fresh Garden Salad", price: "$8.99", imageSrc: "http://img.b2bpic.net/free-photo/side-view-vegan-salad-with-fresh-ingredients-plate-black-cutting-board_179666-47259.jpg", imageAlt: "Fresh garden salad with vegetables"},
|
||||
id: "2", name: "Fresh Garden Salad", price: "$8.99", imageSrc: "http://img.b2bpic.net/free-photo/side-view-vegan-salad-with-fresh-ingredients-plate-black-cutting-board_179666-47259.jpg?_wi=1", imageAlt: "Fresh garden salad with vegetables"},
|
||||
{
|
||||
id: "3", name: "Fettuccine Alfredo", price: "$14.99", imageSrc: "http://img.b2bpic.net/free-photo/vertical-view-two-plates-spaghetti-white-surface_181624-6272.jpg", imageAlt: "Creamy fettuccine alfredo pasta"},
|
||||
]}
|
||||
@@ -122,7 +122,7 @@ export default function LandingPage() {
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/toasts-with-asparagus-arugula-prosciutto_2829-11181.jpg", imageAlt: "Fresh appetizer selection"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-vegan-salad-with-fresh-ingredients-plate-black-cutting-board_179666-47259.jpg", imageAlt: "Fresh salad ingredients"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-vegan-salad-with-fresh-ingredients-plate-black-cutting-board_179666-47259.jpg?_wi=2", imageAlt: "Fresh salad ingredients"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -142,13 +142,13 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Johnson", role: "Food Enthusiast", company: "Local Resident", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Johnson"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Sarah Johnson"},
|
||||
{
|
||||
id: "2", name: "Marco Rossi", role: "Regular Customer", company: "Community Member", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Marco Rossi"},
|
||||
{
|
||||
id: "3", name: "Emma Williams", role: "Events Coordinator", company: "Event Planning", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Emma Williams"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Emma Williams"},
|
||||
{
|
||||
id: "4", name: "David Martinez", role: "Food Critic", company: "Dining Reviews", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-african-man-looking_171337-9852.jpg", imageAlt: "David Martinez"},
|
||||
|
||||
Reference in New Issue
Block a user