diff --git a/src/app/page.tsx b/src/app/page.tsx
index 179e004..f6c11c5 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -11,7 +11,7 @@ import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonia
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
-import { Award, Coffee, Users } from "lucide-react";
+import { Award, Coffee, Users, ArrowRight } from "lucide-react";
export default function LandingPage() {
return (
@@ -31,128 +31,47 @@ export default function LandingPage() {
@@ -162,21 +81,9 @@ export default function LandingPage() {
useInvertedBackground={true}
title="Our Commitment to Quality"
metrics={[
- {
- icon: Coffee,
- label: "Fresh Daily",
- value: "100+",
- },
- {
- icon: Users,
- label: "Community Members",
- value: "5k+",
- },
- {
- icon: Award,
- label: "Years Served",
- value: "20+",
- },
+ { icon: Coffee, label: "Fresh Daily", value: "100+" },
+ { icon: Users, label: "Community Members", value: "5k+" },
+ { icon: Award, label: "Years Served", value: "20+" },
]}
metricsAnimation="slide-up"
/>
@@ -187,30 +94,10 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
- {
- title: "Artisan Pastries",
- description: "Moist, fresh-baked scones and cakes made with real fruits.",
- imageSrc: "http://img.b2bpic.net/free-photo/closeup-freshly-baked-croissants-bakery-blurred-background_169016-25377.jpg",
- buttonIcon: "ArrowRight",
- },
- {
- title: "Signature Breakfast",
- description: "Generous avocado toast piled high with fresh roasted tomatoes.",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-sandwiches-with-avocado-red-tomatoes-grey-surface-snack-meal-burger-sandwich-bread_140725-85892.jpg",
- buttonIcon: "ArrowRight",
- },
- {
- title: "Gourmet Sandwiches",
- description: "Custom-made paninis and salads using the finest local ingredients.",
- imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-delicious-sandwich_23-2148633431.jpg",
- buttonIcon: "ArrowRight",
- },
- {
- title: "Specialty Coffee",
- description: "Rich mochas and iced cold brews crafted to perfection.",
- imageSrc: "http://img.b2bpic.net/free-photo/latte-coffee-art-table_1232-2739.jpg",
- buttonIcon: "ArrowRight",
- },
+ { title: "Artisan Pastries", description: "Moist, fresh-baked scones and cakes made with real fruits.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-freshly-baked-croissants-bakery-blurred-background_169016-25377.jpg", buttonIcon: ArrowRight },
+ { title: "Signature Breakfast", description: "Generous avocado toast piled high with fresh roasted tomatoes.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-sandwiches-with-avocado-red-tomatoes-grey-surface-snack-meal-burger-sandwich-bread_140725-85892.jpg", buttonIcon: ArrowRight },
+ { title: "Gourmet Sandwiches", description: "Custom-made paninis and salads using the finest local ingredients.", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-delicious-sandwich_23-2148633431.jpg", buttonIcon: ArrowRight },
+ { title: "Specialty Coffee", description: "Rich mochas and iced cold brews crafted to perfection.", imageSrc: "http://img.b2bpic.net/free-photo/latte-coffee-art-table_1232-2739.jpg", buttonIcon: ArrowRight },
]}
title="Our Signature Offerings"
description="From morning rituals to afternoon pick-me-ups, discover the flavors that define our local cafe."
@@ -223,60 +110,16 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
testimonials={[
- {
- id: "1",
- name: "Tahda Ahtone",
- role: "Guide",
- company: "Local",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/young-male-student-working-computer-park_1303-16871.jpg",
- },
- {
- id: "2",
- name: "Susan Walling",
- role: "Guide",
- company: "Local",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/smiley-friends-conversing-coffee_23-2148735440.jpg",
- },
- {
- id: "3",
- name: "Yelena L",
- role: "Guide",
- company: "Local",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/girl-drawing-cup-coffee-notebook_158595-664.jpg",
- },
- {
- id: "4",
- name: "Charles Brewer",
- role: "Guide",
- company: "Local",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5053.jpg",
- },
- {
- id: "5",
- name: "Chris Davis",
- role: "Broker",
- company: "Local",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5062.jpg",
- },
+ { id: "1", name: "Tahda Ahtone", role: "Guide", company: "Local", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-male-student-working-computer-park_1303-16871.jpg" },
+ { id: "2", name: "Susan Walling", role: "Guide", company: "Local", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiley-friends-conversing-coffee_23-2148735440.jpg" },
+ { id: "3", name: "Yelena L", role: "Guide", company: "Local", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/girl-drawing-cup-coffee-notebook_158595-664.jpg" },
+ { id: "4", name: "Charles Brewer", role: "Guide", company: "Local", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5053.jpg" },
+ { id: "5", name: "Chris Davis", role: "Broker", company: "Local", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5062.jpg" },
]}
kpiItems={[
- {
- value: "4.8",
- label: "Average Rating",
- },
- {
- value: "15k+",
- label: "Cups Served",
- },
- {
- value: "99%",
- label: "Fresh Ingredients",
- },
+ { value: "4.8", label: "Average Rating" },
+ { value: "15k+", label: "Cups Served" },
+ { value: "99%", label: "Fresh Ingredients" },
]}
title="Voices of Our Community"
description="See why locals and visitors alike make us their neighborhood hub."
@@ -289,21 +132,9 @@ export default function LandingPage() {
title="Supporting Our Community Hub"
tag="Impact"
metrics={[
- {
- id: "m1",
- value: "365",
- description: "Days of operation per year",
- },
- {
- id: "m2",
- value: "24/7",
- description: "Passion for quality",
- },
- {
- id: "m3",
- value: "Local",
- description: "Sourced neighborhood produce",
- },
+ { id: "m1", value: "365", description: "Days of operation per year" },
+ { id: "m2", value: "24/7", description: "Passion for quality" },
+ { id: "m3", value: "Local", description: "Sourced neighborhood produce" },
]}
/>
@@ -313,21 +144,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
faqs={[
- {
- id: "f1",
- title: "Do you offer catering?",
- content: "Yes, we specialize in high-end catering for both formal and casual events with homemade selections.",
- },
- {
- id: "f2",
- title: "Where are you located?",
- content: "We have various locations throughout the Hamptons. Check our social media for the latest.",
- },
- {
- id: "f3",
- title: "Do you have vegan options?",
- content: "We offer several fresh salads and customized meal options. Please ask our staff about specific ingredients.",
- },
+ { id: "f1", title: "Do you offer catering?", content: "Yes, we specialize in high-end catering for both formal and casual events with homemade selections." },
+ { id: "f2", title: "Where are you located?", content: "We have various locations throughout the Hamptons. Check our social media for the latest." },
+ { id: "f3", title: "Do you have vegan options?", content: "We offer several fresh salads and customized meal options. Please ask our staff about specific ingredients." },
]}
title="Frequently Asked Questions"
description="Have questions about our cafe? Here's what you need to know."
@@ -338,9 +157,7 @@ export default function LandingPage() {