diff --git a/src/app/page.tsx b/src/app/page.tsx
index db9d4bf..8e54c0d 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -9,6 +9,8 @@ import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
import MediaAbout from '@/components/sections/about/MediaAbout';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
+import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
+import { Star } from "lucide-react";
export default function LandingPage() {
return (
@@ -28,22 +30,11 @@ export default function LandingPage() {
@@ -51,30 +42,14 @@ export default function LandingPage() {
@@ -95,33 +70,29 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
- {
- tag: "Soft Serve",
- title: "Classic Soft Serve",
- subtitle: "Creamy & Smooth",
- description: "The timeless vanilla and chocolate soft serve Jacksonville knows and loves.",
- imageSrc: "http://img.b2bpic.net/free-photo/glass-with-ice-cream-cones_23-2148421964.jpg",
- },
- {
- tag: "Atmosphere",
- title: "Local Favorite",
- subtitle: "Community Focused",
- description: "Bringing the Atlantic Beach community together one scoop at a time.",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-man-with-ice-cream_23-2149066130.jpg",
- },
- {
- tag: "Ordering",
- title: "Easy Online Order",
- subtitle: "Skip the Line",
- description: "Order through DoorDash and have your treats delivered or ready for pickup.",
- imageSrc: "http://img.b2bpic.net/free-photo/ginger-woman-yellow-hair-dressing-with-smile-is-chatting-smartphone-holding-blue-ice-cream_197531-23326.jpg",
- },
+ { tag: "Soft Serve", title: "Classic Soft Serve", subtitle: "Creamy & Smooth", description: "The timeless vanilla and chocolate soft serve Jacksonville knows and loves.", imageSrc: "http://img.b2bpic.net/free-photo/glass-with-ice-cream-cones_23-2148421964.jpg" },
+ { tag: "Atmosphere", title: "Local Favorite", subtitle: "Community Focused", description: "Bringing the Atlantic Beach community together one scoop at a time.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-man-with-ice-cream_23-2149066130.jpg" },
+ { tag: "Ordering", title: "Easy Online Order", subtitle: "Skip the Line", description: "Order through DoorDash and have your treats delivered or ready for pickup.", imageSrc: "http://img.b2bpic.net/free-photo/ginger-woman-yellow-hair-dressing-with-smile-is-chatting-smartphone-holding-blue-ice-cream_197531-23326.jpg" },
]}
title="Our Treats"
description="Hand-dipped, swirled to perfection, and always fresh."
/>
+
+
+
+
@@ -153,18 +112,11 @@ export default function LandingPage() {
@@ -172,32 +124,8 @@ export default function LandingPage() {
@@ -205,4 +133,4 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file