diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 5715f82..d2c346c 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -15,22 +15,16 @@ export default function HomePage() {
@@ -41,9 +35,7 @@ export default function HomePage() {
@@ -57,19 +49,13 @@ export default function HomePage() { features={[ { icon: Award, - title: "Artisanal Cuisine", - description: "Expertly crafted dishes using seasonal, high-quality ingredients.", - }, + title: "Artisanal Cuisine", description: "Expertly crafted dishes using seasonal, high-quality ingredients."}, { icon: Wine, - title: "Curated Wine Selection", - description: "A perfect accompaniment to every meal from our cellar.", - }, + title: "Curated Wine Selection", description: "A perfect accompaniment to every meal from our cellar."}, { icon: Flame, - title: "Open Flame Grill", - description: "Distinctive flavor profiles achieved with authentic techniques.", - }, + title: "Open Flame Grill", description: "Distinctive flavor profiles achieved with authentic techniques."}, ]} /> @@ -83,17 +69,11 @@ export default function HomePage() { description="Excellence measured in delight." metrics={[ { - value: "15K+", - description: "Satisfied Guests", - }, + value: "15K+", description: "Satisfied Guests"}, { - value: "50+", - description: "Award Winning Dishes", - }, + value: "50+", description: "Award Winning Dishes"}, { - value: "10", - description: "Years of Excellence", - }, + value: "10", description: "Years of Excellence"}, ]} /> @@ -107,45 +87,20 @@ export default function HomePage() { description="What our guests say." testimonials={[ { - id: "1", - name: "Anna Kowalska", - role: "Food Critic", - company: "Culinary Daily", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-enjoying-working-day-is-having-coffee-break-outdoor-cafe-cheerful-lady-with-coffee-hand_291650-1354.jpg", - }, + name: "Anna Kowalska", role: "Food Critic", company: "Culinary Daily", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-enjoying-working-day-is-having-coffee-break-outdoor-cafe-cheerful-lady-with-coffee-hand_291650-1354.jpg"}, { - id: "2", - name: "Marek Nowak", - role: "Regular Patron", - company: "Local Expert", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/couple-having-dinner-valentines-day_23-2148383190.jpg", - }, + name: "Marek Nowak", role: "Regular Patron", company: "Local Expert", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/couple-having-dinner-valentines-day_23-2148383190.jpg"}, { - id: "3", - name: "Julia Stasiak", - role: "Event Planner", - company: "Elite Events", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/people-cheering-with-wine-glasses-luxurious-restaurant_23-2150517411.jpg", - }, + name: "Julia Stasiak", role: "Event Planner", company: "Elite Events", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/people-cheering-with-wine-glasses-luxurious-restaurant_23-2150517411.jpg"}, { - id: "4", - name: "Piotr Zielinski", - role: "Sommelier", - company: "Vine&Dine", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517414.jpg", - }, + name: "Piotr Zielinski", role: "Sommelier", company: "Vine&Dine", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517414.jpg"}, { - id: "5", - name: "Karolina Mazur", - role: "Entrepreneur", - company: "Tech Startup", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blonde-sitting-restaurant-gesture-thump-up_114579-92436.jpg", - }, + name: "Karolina Mazur", role: "Entrepreneur", company: "Tech Startup", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blonde-sitting-restaurant-gesture-thump-up_114579-92436.jpg"}, ]} /> @@ -158,14 +113,7 @@ export default function HomePage() { title="Recognized Excellence" description="Acknowledged by top gastronomic reviewers." names={[ - "GastronomyWeekly", - "CityBest", - "PogórzeMag", - "FineDiningGuides", - "TasteMaker", - "EliteReview", - "CulinaryExpert", - ]} + "GastronomyWeekly", "CityBest", "PogórzeMag", "FineDiningGuides", "TasteMaker", "EliteReview", "CulinaryExpert"]} /> @@ -178,17 +126,11 @@ export default function HomePage() { description="Need to know more?" items={[ { - question: "Do I need a reservation?", - answer: "Yes, we highly recommend making a reservation to ensure your preferred table.", - }, + question: "Do I need a reservation?", answer: "Yes, we highly recommend making a reservation to ensure your preferred table."}, { - question: "Do you accommodate dietary restrictions?", - answer: "Our chefs are well-trained to handle various dietary requests; please notify us in advance.", - }, + question: "Do you accommodate dietary restrictions?", answer: "Our chefs are well-trained to handle various dietary requests; please notify us in advance."}, { - question: "Is there a dress code?", - answer: "Smart casual attire is recommended to match our premium dining atmosphere.", - }, + question: "Is there a dress code?", answer: "Smart casual attire is recommended to match our premium dining atmosphere."}, ]} /> @@ -200,16 +142,12 @@ export default function HomePage() { tag="Contact Us" text="Ready for an exquisite meal? We look forward to hosting you." primaryButton={{ - text: "Call to Reserve", - href: "tel:+48000000000", - }} + text: "Call to Reserve", href: "tel:+48000000000"}} secondaryButton={{ - text: "Get Directions", - href: "https://maps.app.goo.gl/beyx5kRcMG7ubo3MA?g_st=ac", - }} + text: "Get Directions", href: "https://maps.app.goo.gl/beyx5kRcMG7ubo3MA?g_st=ac"}} /> ); -} +} \ No newline at end of file