diff --git a/src/app/page.tsx b/src/app/page.tsx
index 23c171b..9ec0fd6 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,26 +29,11 @@ export default function LandingPage() {
@@ -56,60 +41,25 @@ export default function LandingPage() {
@@ -129,26 +79,11 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
- id: "d1",
- name: "Signature Lager",
- price: "$8",
- imageSrc: "http://img.b2bpic.net/free-photo/glass-with-beer-beside-beer-can_23-2148342193.jpg",
- imageAlt: "Signature Lager",
- },
+ id: "d1", name: "Signature Lager", price: "$8", imageSrc: "http://img.b2bpic.net/free-photo/glass-with-beer-beside-beer-can_23-2148342193.jpg", imageAlt: "Signature Lager"},
{
- id: "d2",
- name: "Old Fashioned",
- price: "$14",
- imageSrc: "http://img.b2bpic.net/free-photo/summertime-vibes-with-starfish-cocktail_23-2149619470.jpg",
- imageAlt: "Old Fashioned",
- },
+ id: "d2", name: "Old Fashioned", price: "$14", imageSrc: "http://img.b2bpic.net/free-photo/summertime-vibes-with-starfish-cocktail_23-2149619470.jpg", imageAlt: "Old Fashioned"},
{
- id: "d3",
- name: "Craft Flight",
- price: "$18",
- imageSrc: "http://img.b2bpic.net/free-photo/side-view-glass-with-beer-table_23-2148342192.jpg",
- imageAlt: "Craft Flight",
- },
+ id: "d3", name: "Craft Flight", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/side-view-glass-with-beer-table_23-2148342192.jpg", imageAlt: "Craft Flight"},
]}
title="Featured Drinks"
description="Craft beers, signature cocktails, and local favorites."
@@ -162,26 +97,11 @@ export default function LandingPage() {
rating={5}
author="Sarah Miller"
avatars={[
- {
- src: "http://img.b2bpic.net/free-photo/portrait-bartender-with-tray-whisky-shot-glasses-bar-counter_107420-65487.jpg",
- alt: "Sarah Miller",
- },
- {
- src: "http://img.b2bpic.net/free-photo/stylish-woman-bartender_23-2147680673.jpg",
- alt: "John Doe",
- },
- {
- src: "http://img.b2bpic.net/free-photo/young-woman-bridge-posing-beautiful-sunset_169016-8458.jpg",
- alt: "Emily Smith",
- },
- {
- src: "http://img.b2bpic.net/free-photo/nightlife-with-people-dancing-club_23-2149052672.jpg",
- alt: "David Brown",
- },
- {
- src: "http://img.b2bpic.net/free-photo/portrait-bartender-with-tray-whisky-shot-glasses-bar-counter_107420-65487.jpg",
- alt: "Alex White",
- },
+ { src: "http://img.b2bpic.net/free-photo/portrait-bartender-with-tray-whisky-shot-glasses-bar-counter_107420-65487.jpg", alt: "Sarah Miller" },
+ { src: "http://img.b2bpic.net/free-photo/stylish-woman-bartender_23-2147680673.jpg", alt: "John Doe" },
+ { src: "http://img.b2bpic.net/free-photo/young-woman-bridge-posing-beautiful-sunset_169016-8458.jpg", alt: "Emily Smith" },
+ { src: "http://img.b2bpic.net/free-photo/nightlife-with-people-dancing-club_23-2149052672.jpg", alt: "David Brown" },
+ { src: "http://img.b2bpic.net/free-photo/portrait-bartender-with-tray-whisky-shot-glasses-bar-counter_107420-65487.jpg", alt: "Alex White" },
]}
ratingAnimation="slide-up"
avatarsAnimation="slide-up"
@@ -193,22 +113,12 @@ export default function LandingPage() {
animationType="slide-up"
useInvertedBackground={false}
faqs={[
- {
- id: "q1",
- title: "Do you accept reservations?",
- content: "Yes, for groups of 6 or more.",
- },
- {
- id: "q2",
- title: "Are you pet-friendly?",
- content: "Our patio is happy to welcome your furry friends.",
- },
+ { id: "q1", title: "Do you accept reservations?", content: "Yes, for groups of 6 or more." },
+ { id: "q2", title: "Are you pet-friendly?", content: "Our patio is happy to welcome your furry friends." },
]}
ctaTitle="Visit Us Tonight"
ctaDescription="Join us at Kruzhka for drinks and good conversation."
- ctaButton={{
- text: "Contact Us",
- }}
+ ctaButton={{ text: "Contact Us" }}
ctaIcon={MessageCircle}
/>