Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3e69b27a45 |
@@ -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: "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"
|
||||
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" },
|
||||
@@ -186,7 +186,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
text="Ready for your next meal? Visit us at 123 Diner St. or book your table online."
|
||||
buttons={[{ text: "Reserve Your Table", href: "#" }]}
|
||||
buttons={[{ text: "Book Now", href: "#" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user