Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f71d9efa62 | |||
| 511a3b50e1 | |||
| 287daaf4c3 | |||
| 17bd70d66e | |||
| 5e81182165 |
@@ -111,6 +111,10 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{ text: "Reserve Your Table", href: "#contact" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Maria Rossi, Local Food Blogger", date: "Date: 15 January 2025", title: "The best pizza in the city!", quote: "Scooters Pizza has become my favorite spot. The quality of ingredients and the care they put into each pizza is unmatched. Every bite tastes authentic and fresh.", tag: "Verified Customer", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-businesswoman-smiling-workplace-office_176420-6981.jpg", avatarAlt: "Maria Rossi", imageSrc: "http://img.b2bpic.net/free-photo/homemade-pizza-food-photography-recipe-idea_53876-38.jpg?_wi=2", imageAlt: "Maria enjoying Margherita pizza"
|
||||
@@ -143,8 +147,8 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
metrics={[
|
||||
{ id: "1", value: "15 Years", description: "Serving Our Community" },
|
||||
{ id: "2", value: "50K+", description: "Happy Customers" },
|
||||
{ id: "1", value: "50K+", description: "Happy Customers" },
|
||||
{ id: "2", value: "15 Years", description: "Serving Our Community" },
|
||||
{ id: "3", value: "2M+", description: "Pizzas Sold" },
|
||||
{ id: "4", value: "100%", description: "Fresh Daily" }
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user