Merge version_2 into main #4
@@ -31,14 +31,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Contact", id: "contact"},
|
||||
{ name: "Home", id: "hero"},
|
||||
{ name: "Menu", id: "menu"},
|
||||
{ name: "About", id: "about"},
|
||||
{ name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Jerk an tingz"
|
||||
button={{ text: "Order Now", href: "#products" }}
|
||||
@@ -49,10 +45,7 @@ export default function LandingPage() {
|
||||
<HeroCarouselLogo
|
||||
logoText="Jerk an tingz"
|
||||
description="Authentic Caribbean flavors in the heart of Decatur. Experience our legendary jerk chicken, oxtails, seafood, and more."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu", href: "#menu"},
|
||||
]}
|
||||
buttons={[{ 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" },
|
||||
@@ -87,15 +80,15 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
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: "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: "Jerk Chicken", description: "Spicy, smoky, authentic jerk goodness.", imageSrc: "http://img.b2bpic.net/free-photo/chicken-tabacca-rosemary-with-boiled-egg_114579-2390.jpg", imageAlt: "Jerk Chicken" },
|
||||
{ title: "Shrimp Pasta", description: "Jumbo shrimp in a rich, creamy sauce.", imageSrc: "http://img.b2bpic.net/free-photo/italian-pasta-with-seafood-king-prawns_78826-3315.jpg", imageAlt: "Shrimp Pasta" },
|
||||
{ title: "Braised Oxtails", description: "Slow-cooked to fall-off-the-bone perfection.", 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" },
|
||||
{ title: "Fresh Lobster", description: "Succulent lobster, island style.", imageSrc: "http://img.b2bpic.net/free-photo/roasted-salmon-steak-cast-iron-pan-served-with-mashed-potato_140725-1415.jpg", imageAlt: "Lobster" },
|
||||
{ title: "BBQ Ribs", description: "Sweet, spicy, and perfectly charred ribs.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-steak-sauce-with-potatoes-tomato-pepper-with-sauce-tray_141793-5113.jpg", imageAlt: "Ribs" },
|
||||
{ title: "Jerk Tofu", description: "Plant-based goodness with our signature jerk spice.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-chicken-salad-with-vegetables_140725-85144.jpg", imageAlt: "Tofu" },
|
||||
]}
|
||||
title="Signature Favorites"
|
||||
description="Our menu features traditional Caribbean staples combined with modern twists."
|
||||
title="Menu Favorites"
|
||||
description="Explore the heart of Caribbean soul food."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -106,15 +99,15 @@ 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" },
|
||||
{ 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" },
|
||||
{ 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: "oxtails" },
|
||||
{ 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: "lobster" },
|
||||
{ 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: "ribs" },
|
||||
{ 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" },
|
||||
]}
|
||||
title="Full Menu Selections"
|
||||
description="Explore our full range of offerings, from land to sea."
|
||||
title="Island Specialities"
|
||||
description="Bold flavours in a vibrant, fast-casual setting."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -122,8 +115,7 @@ export default function LandingPage() {
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Foodies Gazette", "Decatur Bites", "Georgia Restaurant Guide", "Community Taste Awards", "Culinary Weekly"]}
|
||||
names={["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."
|
||||
/>
|
||||
@@ -134,14 +126,12 @@ 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: "Authentic Soul", quote: "The best Jamaican fast food vibes in Decatur!", name: "Marcus A.", role: "Local" },
|
||||
{ id: "2", title: "Flavor Bomb", quote: "Oxtails so tender and spicy, perfect every time.", name: "Sarah P.", role: "Regular" },
|
||||
{ id: "3", title: "The Spot", quote: "Fresh, quick, and bursting with island heat!", name: "David W.", role: "Diner" },
|
||||
]}
|
||||
title="Customer Reviews"
|
||||
description="What our guests are saying about us."
|
||||
title="Guest Reviews"
|
||||
description="What our community is saying about our island vibes."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -178,14 +168,14 @@ export default function LandingPage() {
|
||||
logoText="Jerk an tingz"
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation", items: [
|
||||
title: "Navigation", items: [
|
||||
{ label: "Home", href: "#hero" },
|
||||
{ label: "Menu", href: "#menu" },
|
||||
{ label: "Contact", href: "#contact" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal", items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
],
|
||||
@@ -196,4 +186,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #f6f0e9;
|
||||
--card: #efe7dd;
|
||||
--foreground: #2b180a;
|
||||
--primary-cta: #2b180a;
|
||||
--background: #fafffb;
|
||||
--card: #f7fffa;
|
||||
--foreground: #001a0a;
|
||||
--primary-cta: #0a7039;
|
||||
--primary-cta-text: #f6f0e9;
|
||||
--secondary-cta: #efe7dd;
|
||||
--secondary-cta: #f1c40f;
|
||||
--secondary-cta-text: #2b180a;
|
||||
--accent: #94877c;
|
||||
--background-accent: #afa094;
|
||||
--accent: #e63946;
|
||||
--background-accent: #f1c40f;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user