diff --git a/src/app/page.tsx b/src/app/page.tsx
index 18d88d8..5937b43 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,23 +32,16 @@ export default function LandingPage() {
@@ -58,35 +51,15 @@ export default function LandingPage() {
description="Authentic Caribbean flavors in the heart of Decatur. Experience our legendary jerk chicken, oxtails, seafood, and more."
buttons={[
{
- text: "View Menu",
- href: "#menu",
- },
+ text: "View Menu", href: "#menu"},
]}
slides={[
- {
- imageSrc: "http://img.b2bpic.net/free-photo/chicken-tabacca-rosemary-with-boiled-egg_114579-2390.jpg",
- imageAlt: "Jerk Chicken",
- },
- {
- imageSrc: "http://img.b2bpic.net/free-photo/italian-pasta-with-seafood-king-prawns_78826-3315.jpg",
- imageAlt: "Shrimp Pasta",
- },
- {
- imageSrc: "http://img.b2bpic.net/free-photo/top-side-view-potatoes-with-mushroms-plate-with-potatoes-mushrooms-fork-center-grey-table_140725-117423.jpg",
- imageAlt: "Oxtails",
- },
- {
- imageSrc: "http://img.b2bpic.net/free-photo/roasted-salmon-steak-cast-iron-pan-served-with-mashed-potato_140725-1415.jpg",
- imageAlt: "Lobster",
- },
- {
- imageSrc: "http://img.b2bpic.net/free-photo/side-view-steak-sauce-with-potatoes-tomato-pepper-with-sauce-tray_141793-5113.jpg",
- imageAlt: "Ribs",
- },
- {
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-chicken-salad-with-vegetables_140725-85144.jpg",
- imageAlt: "Tofu",
- },
+ { imageSrc: "http://img.b2bpic.net/free-photo/chicken-tabacca-rosemary-with-boiled-egg_114579-2390.jpg", imageAlt: "Jerk Chicken" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/italian-pasta-with-seafood-king-prawns_78826-3315.jpg", imageAlt: "Shrimp Pasta" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/top-side-view-potatoes-with-mushroms-plate-with-potatoes-mushrooms-fork-center-grey-table_140725-117423.jpg", imageAlt: "Oxtails" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/roasted-salmon-steak-cast-iron-pan-served-with-mashed-potato_140725-1415.jpg", imageAlt: "Lobster" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/side-view-steak-sauce-with-potatoes-tomato-pepper-with-sauce-tray_141793-5113.jpg", imageAlt: "Ribs" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-chicken-salad-with-vegetables_140725-85144.jpg", imageAlt: "Tofu" },
]}
/>
@@ -97,20 +70,11 @@ export default function LandingPage() {
title="A Taste of the Islands"
description="Located at 1766 Lawrenceville Hwy, Decatur, GA, we bring the bold, authentic spices of the Caribbean to our local community. Every dish is crafted with passion, tradition, and only the freshest ingredients."
metrics={[
- {
- value: "10+",
- title: "Years of Flavor",
- },
- {
- value: "5000+",
- title: "Happy Diners",
- },
- {
- value: "100%",
- title: "Fresh Ingredients",
- },
+ { value: "10+", title: "Years of Flavor" },
+ { value: "5000+", title: "Happy Diners" },
+ { value: "100%", title: "Fresh Ingredients" },
]}
- imageSrc="http://img.b2bpic.net/free-photo/photorealistic-portrait-african-rastafarian-woman-with-dreads_23-2151516492.jpg?_wi=1"
+ imageSrc="http://img.b2bpic.net/free-photo/photorealistic-portrait-african-rastafarian-woman-with-dreads_23-2151516492.jpg"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
imageAlt="restaurant kitchen preparation chef"
@@ -124,23 +88,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "Jerk Chicken",
- description: "Authentic marinated jerk chicken grilled to perfection.",
- imageSrc: "http://img.b2bpic.net/free-photo/side-view-steak-with-salad-grilled-red-meat-with-cucumber-tomato-radish-lettuce-roasted-potatoes-table_141793-3686.jpg",
- imageAlt: "spicy jerk chicken platter",
- },
+ title: "Jerk Chicken", description: "Authentic marinated jerk chicken grilled to perfection.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-steak-with-salad-grilled-red-meat-with-cucumber-tomato-radish-lettuce-roasted-potatoes-table_141793-3686.jpg", imageAlt: "spicy jerk chicken platter"},
{
- title: "Shrimp Pasta",
- description: "Creamy pasta tossed with jumbo fresh shrimp.",
- imageSrc: "http://img.b2bpic.net/free-photo/cutlery-plate-with-pasta_23-2148584793.jpg",
- imageAlt: "creamy shrimp pasta dish",
- },
+ title: "Shrimp Pasta", description: "Creamy pasta tossed with jumbo fresh shrimp.", imageSrc: "http://img.b2bpic.net/free-photo/cutlery-plate-with-pasta_23-2148584793.jpg", imageAlt: "creamy shrimp pasta dish"},
{
- title: "Braised Oxtails",
- description: "Slow-cooked, tender oxtails in a rich Caribbean gravy.",
- imageSrc: "http://img.b2bpic.net/free-photo/delicious-goulash-ready-dinner_23-2149370866.jpg",
- imageAlt: "braised oxtails stew",
- },
+ title: "Braised Oxtails", description: "Slow-cooked, tender oxtails in a rich Caribbean gravy.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-goulash-ready-dinner_23-2149370866.jpg", imageAlt: "braised oxtails stew"},
]}
title="Signature Favorites"
description="Our menu features traditional Caribbean staples combined with modern twists."
@@ -154,54 +106,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
products={[
- {
- id: "1",
- name: "Jerk Chicken",
- price: "$15.00",
- variant: "Main",
- imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-tabaca-with-potatoes-wooden-board_140725-8432.jpg",
- imageAlt: "jerk chicken meal serving",
- },
- {
- id: "2",
- name: "Shrimp Pasta",
- price: "$18.00",
- variant: "Main",
- imageSrc: "http://img.b2bpic.net/free-photo/freshly-cooked-linguini-with-prawn-seafood-generated-by-ai_188544-18064.jpg",
- imageAlt: "shrimp pasta gourmet dish",
- },
- {
- id: "3",
- name: "Braised Oxtails",
- price: "$22.00",
- variant: "Main",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-homemade-soup-with-chicken-spices-set_140725-114677.jpg",
- imageAlt: "braised oxtail plate restaurant",
- },
- {
- id: "4",
- name: "Grilled Lobster",
- price: "$28.00",
- variant: "Seafood",
- imageSrc: "http://img.b2bpic.net/free-photo/europe-food-dinning-set-well-prepare-contain-with-maine-lobster-caesar-salad-chicken-wing-baked-spinach-pumpkin-soup_1258-202.jpg",
- imageAlt: "grilled lobster dish fresh",
- },
- {
- id: "5",
- name: "BBQ Ribs",
- price: "$19.00",
- variant: "Main",
- imageSrc: "http://img.b2bpic.net/free-photo/pork-roasted-grilled-spare-ribs-from-summer-bbq-served-with-vegetables-asparagus-baby-carrots-fresh-tomatoes-spices-smoked-ribs-white-plate-stone-surface-top-view_1150-44913.jpg",
- imageAlt: "bbq ribs meal platter",
- },
- {
- id: "6",
- name: "Jerk Tofu",
- price: "$14.00",
- variant: "Vegan",
- imageSrc: "http://img.b2bpic.net/free-photo/fresh-homemade-mexican-chicken-recipe-idea_53876-100134.jpg",
- imageAlt: "tofu jerk dish vegetable",
- },
+ { id: "1", name: "Jerk Chicken", price: "$15.00", variant: "Main", imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-tabaca-with-potatoes-wooden-board_140725-8432.jpg", imageAlt: "jerk chicken meal serving" },
+ { id: "2", name: "Shrimp Pasta", price: "$18.00", variant: "Main", imageSrc: "http://img.b2bpic.net/free-photo/freshly-cooked-linguini-with-prawn-seafood-generated-by-ai_188544-18064.jpg", imageAlt: "shrimp pasta gourmet dish" },
+ { id: "3", name: "Braised Oxtails", price: "$22.00", variant: "Main", imageSrc: "http://img.b2bpic.net/free-photo/close-up-homemade-soup-with-chicken-spices-set_140725-114677.jpg", imageAlt: "braised oxtail plate restaurant" },
+ { id: "4", name: "Grilled Lobster", price: "$28.00", variant: "Seafood", imageSrc: "http://img.b2bpic.net/free-photo/europe-food-dinning-set-well-prepare-contain-with-maine-lobster-caesar-salad-chicken-wing-baked-spinach-pumpkin-soup_1258-202.jpg", imageAlt: "grilled lobster dish fresh" },
+ { id: "5", name: "BBQ Ribs", price: "$19.00", variant: "Main", imageSrc: "http://img.b2bpic.net/free-photo/pork-roasted-grilled-spare-ribs-from-summer-bbq-served-with-vegetables-asparagus-baby-carrots-fresh-tomatoes-spices-smoked-ribs-white-plate-stone-surface-top-view_1150-44913.jpg", imageAlt: "bbq ribs meal platter" },
+ { id: "6", name: "Jerk Tofu", price: "$14.00", variant: "Vegan", imageSrc: "http://img.b2bpic.net/free-photo/fresh-homemade-mexican-chicken-recipe-idea_53876-100134.jpg", imageAlt: "tofu jerk dish vegetable" },
]}
title="Full Menu Selections"
description="Explore our full range of offerings, from land to sea."
@@ -213,12 +123,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
- "Foodies Gazette",
- "Decatur Bites",
- "Georgia Restaurant Guide",
- "Community Taste Awards",
- "Culinary Weekly",
- ]}
+ "Foodies Gazette", "Decatur Bites", "Georgia Restaurant Guide", "Community Taste Awards", "Culinary Weekly"]}
title="Award Winning Flavors"
description="Proudly recognized by our community and local food critics."
/>
@@ -229,51 +134,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
testimonials={[
- {
- id: "1",
- title: "Excellent!",
- quote: "The jerk chicken is honestly the best in town.",
- name: "Marcus A.",
- role: "Local",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-enjoying-food_23-2149304408.jpg",
- imageAlt: "happy customer dining restaurant",
- },
- {
- id: "2",
- title: "Delicious!",
- quote: "Oxtails were so tender, melted in my mouth.",
- name: "Sarah P.",
- role: "Food Blogger",
- imageSrc: "http://img.b2bpic.net/free-photo/older-friends-eating-restaurant_23-2149316782.jpg",
- imageAlt: "customer enjoyment fine meal",
- },
- {
- id: "3",
- title: "Incredible Service",
- quote: "Such a warm atmosphere, friendly staff, delicious food.",
- name: "David W.",
- role: "Regular",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-man-with-wine-glass-night-club_23-2148037554.jpg",
- imageAlt: "restaurant guest testimonial portrait",
- },
- {
- id: "4",
- title: "Authentic Caribbean",
- quote: "Just like home cooking. Highly recommend.",
- name: "Lisa K.",
- role: "Customer",
- imageSrc: "http://img.b2bpic.net/free-photo/black-american-male-female-eating-vegan-food-restaurant_613910-7323.jpg",
- imageAlt: "smiling customer dining atmosphere",
- },
- {
- id: "5",
- title: "Will return!",
- quote: "The shrimp pasta is worth the trip alone.",
- name: "James B.",
- role: "Diner",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-joyful-man-being-glad-hear-old-best-friend-mobile-phone_273609-8929.jpg",
- imageAlt: "customer meal enjoyment restaurant",
- },
+ { id: "1", title: "Excellent!", quote: "The jerk chicken is honestly the best in town.", name: "Marcus A.", role: "Local", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-enjoying-food_23-2149304408.jpg", imageAlt: "happy customer dining restaurant" },
+ { id: "2", title: "Delicious!", quote: "Oxtails were so tender, melted in my mouth.", name: "Sarah P.", role: "Food Blogger", imageSrc: "http://img.b2bpic.net/free-photo/older-friends-eating-restaurant_23-2149316782.jpg", imageAlt: "customer enjoyment fine meal" },
+ { id: "3", title: "Incredible Service", quote: "Such a warm atmosphere, friendly staff, delicious food.", name: "David W.", role: "Regular", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-man-with-wine-glass-night-club_23-2148037554.jpg", imageAlt: "restaurant guest testimonial portrait" },
+ { id: "4", title: "Authentic Caribbean", quote: "Just like home cooking. Highly recommend.", name: "Lisa K.", role: "Customer", imageSrc: "http://img.b2bpic.net/free-photo/black-american-male-female-eating-vegan-food-restaurant_613910-7323.jpg", imageAlt: "smiling customer dining atmosphere" },
+ { id: "5", title: "Will return!", quote: "The shrimp pasta is worth the trip alone.", name: "James B.", role: "Diner", imageSrc: "http://img.b2bpic.net/free-photo/portrait-joyful-man-being-glad-hear-old-best-friend-mobile-phone_273609-8929.jpg", imageAlt: "customer meal enjoyment restaurant" },
]}
title="Customer Reviews"
description="What our guests are saying about us."
@@ -285,21 +150,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
faqs={[
- {
- id: "1",
- title: "Do you offer takeout?",
- content: "Yes, we offer both pickup and delivery through local platforms.",
- },
- {
- id: "2",
- title: "Is your food spicy?",
- content: "Our traditional jerk is authentically spiced, but we offer mild options as well.",
- },
- {
- id: "3",
- title: "Do you have vegan options?",
- content: "Absolutely! Our jerk tofu is a customer favorite.",
- },
+ { id: "1", title: "Do you offer takeout?", content: "Yes, we offer both pickup and delivery through local platforms." },
+ { id: "2", title: "Is your food spicy?", content: "Our traditional jerk is authentically spiced, but we offer mild options as well." },
+ { id: "3", title: "Do you have vegan options?", content: "Absolutely! Our jerk tofu is a customer favorite." },
]}
title="Common Questions"
description="Need more information about our restaurant?"
@@ -310,13 +163,11 @@ export default function LandingPage() {
@@ -327,33 +178,16 @@ export default function LandingPage() {
logoText="Jerk an tingz"
columns={[
{
- title: "Navigation",
- items: [
- {
- label: "Home",
- href: "#hero",
- },
- {
- label: "Menu",
- href: "#menu",
- },
- {
- label: "Contact",
- href: "#contact",
- },
+ title: "Navigation", items: [
+ { label: "Home", href: "#hero" },
+ { label: "Menu", href: "#menu" },
+ { label: "Contact", href: "#contact" },
],
},
{
- title: "Legal",
- items: [
- {
- label: "Privacy Policy",
- href: "#",
- },
- {
- label: "Terms of Service",
- href: "#",
- },
+ title: "Legal", items: [
+ { label: "Privacy Policy", href: "#" },
+ { label: "Terms of Service", href: "#" },
],
},
]}