Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 75d4c7f494 | |||
| 3e69b27a45 | |||
| bccda1fb04 | |||
| 67858f84fe | |||
| 6db1385ea1 | |||
| ccec1e0f99 | |||
| fae9f3999b |
@@ -53,7 +53,7 @@ export default function LandingPage() {
|
|||||||
{ name: "David Clark", handle: "@davidc", testimonial: "A staple for our family gatherings. Elegant and delicious.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/red-currant-berries-stacked-pancakes-plate_23-2147972753.jpg?_wi=1", imageAlt: "luxury diner interior warm lighting" },
|
{ name: "David Clark", handle: "@davidc", testimonial: "A staple for our family gatherings. Elegant and delicious.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/red-currant-berries-stacked-pancakes-plate_23-2147972753.jpg?_wi=1", imageAlt: "luxury diner interior warm lighting" },
|
||||||
{ name: "Linda White", handle: "@lindaw", testimonial: "Exceptional service and mouth-watering specials.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-tender-parisian-girl-stylish-outfit-sends-air-kiss-portrait-young-woman-with-expressive-look_197531-12004.jpg?_wi=1", imageAlt: "luxury diner interior warm lighting" }
|
{ name: "Linda White", handle: "@lindaw", testimonial: "Exceptional service and mouth-watering specials.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-tender-parisian-girl-stylish-outfit-sends-air-kiss-portrait-young-woman-with-expressive-look_197531-12004.jpg?_wi=1", imageAlt: "luxury diner interior warm lighting" }
|
||||||
]}
|
]}
|
||||||
buttons={[{ text: "Book a Table", href: "#contact" }]}
|
buttons={[{ text: "Book Now", href: "#contact" }]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/there-are-glasses-wine-water-table-with-white-cloth-are-ready-dining_613910-3428.jpg?_wi=2"
|
imageSrc="http://img.b2bpic.net/free-photo/there-are-glasses-wine-water-table-with-white-cloth-are-ready-dining_613910-3428.jpg?_wi=2"
|
||||||
avatars={[
|
avatars={[
|
||||||
{ src: "http://img.b2bpic.net/free-photo/stylish-smiling-woman-colorful-outfit-retro-vintage-50s-cafe-sitting-table-drinking-milk-shake-cocktail-blue-skirt-red-shirt-wearing-sunglasses-having-fun-cheerful-mood_285396-10720.jpg", alt: "Diner patron portrait 1" },
|
{ src: "http://img.b2bpic.net/free-photo/stylish-smiling-woman-colorful-outfit-retro-vintage-50s-cafe-sitting-table-drinking-milk-shake-cocktail-blue-skirt-red-shirt-wearing-sunglasses-having-fun-cheerful-mood_285396-10720.jpg", alt: "Diner patron portrait 1" },
|
||||||
@@ -203,4 +203,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user