diff --git a/src/app/page.tsx b/src/app/page.tsx
index d3fd525..64f8efb 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -11,7 +11,7 @@ import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
-import { Clock, Film, MapPin } from "lucide-react";
+import { Clock, Film, MapPin, Coffee, Utensils, Award } from "lucide-react";
export default function LandingPage() {
return (
@@ -31,26 +31,11 @@ export default function LandingPage() {
@@ -58,36 +43,21 @@ export default function LandingPage() {
@@ -98,32 +68,13 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="split"
gridVariant="three-columns-all-equal-width"
- useInvertedBackground={false}
features={[
- {
- title: "Chicken Tenders",
- description: "Crispy fried or succulent grilled chicken.",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-chicken-wings-cutting-board-with-sauce_23-2148699032.jpg",
- titleImageSrc: "http://img.b2bpic.net/free-photo/delicious-corn-dog-meal_52683-86633.jpg",
- buttonText: "See Menu",
- },
- {
- title: "Southern Specials",
- description: "Traditional recipes cooked with love.",
- imageSrc: "http://img.b2bpic.net/free-photo/fried-eggs-green-salad-with-cup-tea_114579-37855.jpg",
- titleImageSrc: "http://img.b2bpic.net/free-photo/salad-served-with-lettuce-slice-cucumber_140725-8038.jpg",
- buttonText: "See Menu",
- },
- {
- title: "Sweet Potato Stix",
- description: "Our signature sweet potato fries.",
- imageSrc: "http://img.b2bpic.net/free-photo/view-castle-kitchen_23-2150844333.jpg",
- titleImageSrc: "http://img.b2bpic.net/free-photo/beautiful-kitchen-interior-design_23-2150976563.jpg",
- buttonText: "See Menu",
- },
+ { title: "Fried Green Tomatoes", description: "Our world-famous signature dish, perfectly crisp.", imageSrc: "http://img.b2bpic.net/free-photo/fried-green-tomatoes_1234-1111.jpg", titleImageSrc: "", buttonText: "Learn More" },
+ { title: "Southern Fried Chicken", description: "Crispy, juicy, and seasoned to Southern perfection.", imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken_1234-2222.jpg", titleImageSrc: "", buttonText: "View Menu" },
+ { title: "Homestyle Sides", description: "Mac & cheese, collard greens, and more.", imageSrc: "http://img.b2bpic.net/free-photo/southern-sides_1234-3333.jpg", titleImageSrc: "", buttonText: "See Sides" },
]}
- title="Southern Comforts"
- description="Classic recipes, locally inspired."
+ title="Southern Comfort Cuisine"
+ description="Cooked with soul, served with history."
/>
@@ -132,124 +83,58 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="split"
gridVariant="uniform-all-items-equal"
- useInvertedBackground={false}
metrics={[
- {
- id: "m1",
- value: "30+",
- description: "Years of Tradition",
- },
- {
- id: "m2",
- value: "100%",
- description: "Southern Comfort",
- },
- {
- id: "m3",
- value: "Iconic",
- description: "Movie Connection",
- },
+ { id: "1", value: "1991", description: "Year of Iconic Film" },
+ { id: "2", value: "100%", description: "Southern Hospitality" },
+ { id: "3", value: "Authentic", description: "Historic Recipes" },
]}
- title="Our Legacy"
- description="Building memories since our doors opened."
+ title="Our Culinary Roots"
+ description="From screen to plate, tradition lives here."
/>