diff --git a/src/app/page.tsx b/src/app/page.tsx index dde4479..047f501 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,14 +45,17 @@ export default function LandingPage() { description="Welcome to Cafe Oktober, where exquisite cuisine meets warm hospitality. Discover an unforgettable dining experience with our carefully curated menu and elegant ambiance." avatars={[ { - src: "http://img.b2bpic.net/free-photo/low-angle-friends-shaking-hands_23-2148395404.jpg", alt: "Guest 1"}, + src: "http://img.b2bpic.net/free-photo/low-angle-friends-shaking-hands_23-2148395404.jpg", alt: "Guest 1" + }, { - src: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg", alt: "Guest 2"}, + src: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg", alt: "Guest 2" + }, { - src: "http://img.b2bpic.net/free-photo/low-angle-friends-shaking-hands_23-2148395404.jpg", alt: "Guest 3"}, + src: "http://img.b2bpic.net/free-photo/low-angle-friends-shaking-hands_23-2148395404.jpg", alt: "Guest 3" + }, ]} avatarText="Loved by 725+ satisfied guests" - background={{ variant: "circleGradient" }} + background={{ variant: "downward-rays-static" }} buttons={[ { text: "Reserve Now", href: "#contact" }, { text: "Order Online", href: "#features" }, @@ -66,7 +69,8 @@ export default function LandingPage() {