diff --git a/src/app/page.tsx b/src/app/page.tsx
index 37c00d3..7943aab 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -33,21 +33,13 @@ export default function LandingPage() {
@@ -56,21 +48,16 @@ export default function LandingPage() {
@@ -81,19 +68,13 @@ export default function LandingPage() {
metrics={[
{
icon: Flame,
- label: "Years Experience",
- value: "10+",
- },
+ label: "Years Experience", value: "10+"},
{
icon: Pizza,
- label: "Pizzas Daily",
- value: "200+",
- },
+ label: "Pizzas Daily", value: "200+"},
{
icon: Users,
- label: "Happy Customers",
- value: "10k+",
- },
+ label: "Happy Customers", value: "10k+"},
]}
metricsAnimation="blur-reveal"
/>
@@ -107,19 +88,13 @@ export default function LandingPage() {
features={[
{
icon: Leaf,
- title: "Fresh Ingredients",
- description: "Locally sourced produce daily.",
- },
+ title: "Fresh Ingredients", description: "Locally sourced produce daily."},
{
icon: Flame,
- title: "Wood-Fired Oven",
- description: "Authentic taste in every bite.",
- },
+ title: "Wood-Fired Oven", description: "Authentic taste in every bite."},
{
icon: Smile,
- title: "Warm Service",
- description: "Experience family-like hospitality.",
- },
+ title: "Warm Service", description: "Experience family-like hospitality."},
]}
title="Why We Love It"
description="Crafted with passion, served with love."
@@ -128,52 +103,23 @@ export default function LandingPage() {
@@ -263,20 +175,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
- id: "q1",
- title: "Do you deliver?",
- content: "Yes, we offer local delivery.",
- },
+ id: "q1", title: "Do you deliver?", content: "Yes, we offer local delivery."},
{
- id: "q2",
- title: "Are there vegan options?",
- content: "Absolutely, check the menu.",
- },
+ id: "q2", title: "Are there vegan options?", content: "Absolutely, check the menu."},
{
- id: "q3",
- title: "Do you take bookings?",
- content: "Yes, please call us.",
- },
+ id: "q3", title: "Do you take bookings?", content: "Yes, please call us."},
]}
sideTitle="Questions?"
faqsAnimation="slide-up"
@@ -287,8 +190,7 @@ export default function LandingPage() {