Merge version_1 into main #1
1367
src/app/layout.tsx
1367
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -55,13 +55,13 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "Marco Rossi", handle: "Owner, Trattoria Milano", testimonial: "Restro transformed our weekend chaos into predictable service. Our table turnover increased 35% and customers love the seamless experience.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhGZVm7UtbCVA7nRMTQu5UrYOP/professional-headshot-of-marco-rossi-an--1773037548664-d4fa580d.png"},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhGZVm7UtbCVA7nRMTQu5UrYOP/professional-headshot-of-marco-rossi-an--1773037548664-d4fa580d.png?_wi=1"},
|
||||
{
|
||||
name: "Sarah Chen", handle: "General Manager, Urban Bistro", testimonial: "The capacity management features are game-changing. We've reduced customer wait times dramatically while improving staff efficiency.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhGZVm7UtbCVA7nRMTQu5UrYOP/professional-headshot-of-sarah-chen-an-a-1773037549846-d638c61a.png"},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhGZVm7UtbCVA7nRMTQu5UrYOP/professional-headshot-of-sarah-chen-an-a-1773037549846-d638c61a.png?_wi=1"},
|
||||
{
|
||||
name: "James Williams", handle: "Operations Director, The Grill House", testimonial: "Customers are happier, staff is less stressed, and our revenue per seat has never been better. Restro is essential for modern restaurants.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhGZVm7UtbCVA7nRMTQu5UrYOP/professional-headshot-of-james-williams--1773037547781-7fe4c0f7.png"},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhGZVm7UtbCVA7nRMTQu5UrYOP/professional-headshot-of-james-williams--1773037547781-7fe4c0f7.png?_wi=1"},
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "See How It Works", href: "#features" },
|
||||
@@ -137,13 +137,13 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Marco Rossi", role: "Owner", company: "Trattoria Milano", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhGZVm7UtbCVA7nRMTQu5UrYOP/professional-headshot-of-marco-rossi-an--1773037548664-d4fa580d.png"},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhGZVm7UtbCVA7nRMTQu5UrYOP/professional-headshot-of-marco-rossi-an--1773037548664-d4fa580d.png?_wi=2"},
|
||||
{
|
||||
id: "2", name: "Sarah Chen", role: "GM", company: "Urban Bistro", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhGZVm7UtbCVA7nRMTQu5UrYOP/professional-headshot-of-sarah-chen-an-a-1773037549846-d638c61a.png"},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhGZVm7UtbCVA7nRMTQu5UrYOP/professional-headshot-of-sarah-chen-an-a-1773037549846-d638c61a.png?_wi=2"},
|
||||
{
|
||||
id: "3", name: "James Williams", role: "Operations Director", company: "The Grill House", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhGZVm7UtbCVA7nRMTQu5UrYOP/professional-headshot-of-james-williams--1773037547781-7fe4c0f7.png"},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhGZVm7UtbCVA7nRMTQu5UrYOP/professional-headshot-of-james-williams--1773037547781-7fe4c0f7.png?_wi=2"},
|
||||
{
|
||||
id: "4", name: "Elena Rodriguez", role: "Executive Chef", company: "Coastal Seafood Grill", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhGZVm7UtbCVA7nRMTQu5UrYOP/professional-headshot-of-elena-rodriguez-1773037548568-5aa36e35.png"},
|
||||
|
||||
Reference in New Issue
Block a user