diff --git a/src/app/page.tsx b/src/app/page.tsx
index 52af25a..9da8191 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -2,6 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
+import { Coffee, MapPin, Star, Heart, Zap } from 'lucide-react';
import ContactCenter from '@/components/sections/contact/ContactCenter';
import FeatureCardTen from '@/components/sections/feature/FeatureCardTen';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
@@ -28,22 +29,10 @@ export default function LandingPage() {
@@ -51,43 +40,17 @@ export default function LandingPage() {
@@ -189,61 +111,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
- {
- id: "1",
- name: "Tiffany S.",
- date: "Oct 2024",
- title: "Great find!",
- quote: "The apple nachos combined with a dirty soda are a total game-changer. Loved it!",
- tag: "Regular",
- avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-with-dyed-hair-eating-ice-cream_23-2149488683.jpg",
- imageSrc: "http://img.b2bpic.net/free-photo/mixed-dessert-with-cream-candies_140725-1179.jpg?_wi=3",
- imageAlt: "decadent chocolate shake studio",
- },
- {
- id: "2",
- name: "Amy K.",
- date: "Sept 2024",
- title: "Stunning shakes",
- quote: "I ordered the s'mores shake and it looked like it came straight from a professional photoshoot. Delicious!",
- tag: "First Timer",
- avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-holding-drink_23-2149110880.jpg",
- imageSrc: "http://img.b2bpic.net/free-photo/traditional-greek-street-cafe-with-flowers_661209-441.jpg?_wi=2",
- imageAlt: "charming small town dessert shop storefront",
- },
- {
- id: "3",
- name: "Katrina L.",
- date: "Aug 2024",
- title: "Fair quality",
- quote: "Honestly better than the fair desserts I grew up with. A must-visit spot.",
- tag: "Fan",
- avatarSrc: "http://img.b2bpic.net/free-photo/waitress-offering-macarons_23-2147985063.jpg",
- imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-dyed-hair-eating-ice-cream_23-2149488683.jpg",
- imageAlt: "smiling customer dessert shop portrait",
- },
- {
- id: "4",
- name: "Rachel M.",
- date: "July 2024",
- title: "The best samples",
- quote: "I love that they offer samples. The peanut butter bomb is legendary and the portions are huge.",
- tag: "Regular",
- avatarSrc: "http://img.b2bpic.net/free-photo/close-up-kid-holding-doughnut_23-2148875124.jpg",
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-holding-drink_23-2149110880.jpg",
- imageAlt: "man holding dirty soda smiling",
- },
- {
- id: "5",
- name: "David P.",
- date: "June 2024",
- title: "Super friendly",
- quote: "Kindest employees I've ever met in a dessert bar. Feels like a real local secret.",
- tag: "Fan",
- avatarSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-brunette-woman-drinks-morning-coffee-cafe_613910-12094.jpg",
- imageSrc: "http://img.b2bpic.net/free-photo/waitress-offering-macarons_23-2147985063.jpg",
- imageAlt: "customer laughing ice cream parlor",
- },
+ { id: "1", name: "Tiffany S.", date: "Oct 2024", title: "Great find!", quote: "The apple nachos combined with a dirty soda are a total game-changer. Loved it!", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-with-dyed-hair-eating-ice-cream_23-2149488683.jpg" },
+ { id: "2", name: "Amy K.", date: "Sept 2024", title: "Stunning shakes", quote: "I ordered the s'mores shake and it looked like it came straight from a professional photoshoot. Delicious!", tag: "First Timer", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-holding-drink_23-2149110880.jpg" },
+ { id: "3", name: "Katrina L.", date: "Aug 2024", title: "Fair quality", quote: "Honestly better than the fair desserts I grew up with. A must-visit spot.", tag: "Fan", avatarSrc: "http://img.b2bpic.net/free-photo/waitress-offering-macarons_23-2147985063.jpg" },
+ { id: "4", name: "Rachel M.", date: "July 2024", title: "The best samples", quote: "I love that they offer samples. The peanut butter bomb is legendary and the portions are huge.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-kid-holding-doughnut_23-2148875124.jpg" },
+ { id: "5", name: "David P.", date: "June 2024", title: "Super friendly", quote: "Kindest employees I've ever met in a dessert bar. Feels like a real local secret.", tag: "Fan", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-brunette-woman-drinks-morning-coffee-cafe_613910-12094.jpg" }
]}
title="Don't Just Take Our Word For It"
description="See why our local community keeps coming back for more."
@@ -253,9 +125,7 @@ export default function LandingPage() {