Merge version_2 into main #2
189
src/app/page.tsx
189
src/app/page.tsx
@@ -11,7 +11,7 @@ import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCar
|
||||
import MetricSplitMediaAbout from "@/components/sections/about/MetricSplitMediaAbout";
|
||||
import ContactFaq from "@/components/sections/contact/ContactFaq";
|
||||
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
|
||||
import { Flame, Star, Heart, MapPin, ShoppingCart } from "lucide-react";
|
||||
import { Flame, Star, Heart, MapPin, ShoppingCart, Phone } from "lucide-react";
|
||||
|
||||
export default function HomePage() {
|
||||
const navItems = [
|
||||
@@ -23,8 +23,7 @@ export default function HomePage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
title: "Navigation", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "Menu", href: "/menu" },
|
||||
{ label: "About", href: "/about" },
|
||||
@@ -32,17 +31,15 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{ label: "Order Online", href: "https://oceanseafoodconyers.kwickmenu.com" },
|
||||
{ label: "Call Us", href: "tel:+17702856499" },
|
||||
{ label: "Our Location", href: "/contact" },
|
||||
{ label: "Hours", href: "/contact" },
|
||||
{ label: "Our Location", href: "#location-preview" },
|
||||
{ label: "Hours", href: "#final-cta" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "2040 Eastside Drive SE, Conyers, GA 30013", href: "#" },
|
||||
{ label: "(770) 285-6499", href: "tel:+17702856499" },
|
||||
{ label: "Sun-Thu: 11am-10pm", href: "#" },
|
||||
@@ -62,16 +59,14 @@ export default function HomePage() {
|
||||
cardStyle="outline"
|
||||
primaryButtonStyle="diagonal-gradient"
|
||||
secondaryButtonStyle="solid"
|
||||
headingFontWeight="normal"
|
||||
headingFontWeight="bold"
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
brandName="Ocean Seafood & Chicken"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Order Online",
|
||||
href: "https://oceanseafoodconyers.kwickmenu.com",
|
||||
}}
|
||||
text: "Order Online", href: "https://oceanseafoodconyers.kwickmenu.com"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -85,13 +80,9 @@ export default function HomePage() {
|
||||
tagAnimation="blur-reveal"
|
||||
buttons={[
|
||||
{
|
||||
text: "Order Online",
|
||||
href: "https://oceanseafoodconyers.kwickmenu.com",
|
||||
},
|
||||
text: "Order Online", href: "https://oceanseafoodconyers.kwickmenu.com"},
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "/menu",
|
||||
},
|
||||
text: "Call Now", href: "tel:+17702856499"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/dipping-crispy-snack-sticks-into-white-creamy-sauce_114579-3692.jpg"
|
||||
@@ -99,29 +90,14 @@ export default function HomePage() {
|
||||
mediaAnimation="opacity"
|
||||
testimonials={[
|
||||
{
|
||||
name: "Marcus T.",
|
||||
handle: "@oceanlover",
|
||||
testimonial: "Best fried seafood in Conyers! The portions are huge and always hot.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-barista-girl_23-2148436110.jpg?_wi=1",
|
||||
imageAlt: "Customer testimonial",
|
||||
},
|
||||
name: "Marcus T.", handle: "@oceanlover", testimonial: "Best fried seafood in Conyers! The portions are huge and always hot.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-barista-girl_23-2148436110.jpg?_wi=1", imageAlt: "Customer testimonial"},
|
||||
{
|
||||
name: "Sarah K.",
|
||||
handle: "@chickenwings",
|
||||
testimonial: "Fast service, fresh food, and amazing prices. Will be back!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-eating-food-restaurant_23-2150520072.jpg?_wi=1",
|
||||
imageAlt: "Customer testimonial",
|
||||
},
|
||||
name: "Sarah K.", handle: "@chickenwings", testimonial: "Fast service, fresh food, and amazing prices. Will be back!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-eating-food-restaurant_23-2150520072.jpg?_wi=1", imageAlt: "Customer testimonial"},
|
||||
{
|
||||
name: "John D.",
|
||||
handle: "@seafoodfan",
|
||||
testimonial: "The catfish and shrimp combo is incredible. Worth every penny.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-man-woman-table_23-2148899034.jpg?_wi=1",
|
||||
imageAlt: "Customer testimonial",
|
||||
},
|
||||
name: "John D.", handle: "@seafoodfan", testimonial: "The catfish and shrimp combo is incredible. Worth every penny.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-man-woman-table_23-2148899034.jpg?_wi=1", imageAlt: "Customer testimonial"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -139,26 +115,11 @@ export default function HomePage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
products={[
|
||||
{
|
||||
id: "combo-1",
|
||||
name: "#1 Catfish Fillet & 10 Shrimps",
|
||||
price: "$14.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-appetizers-big-company-friends-drinking-beer-goldy-chicken-nuggets-fried-potatoes-green-salad-leaves-fresh-cucumbers-standing-white-table-looking-delicious-mouthwatering_132075-13081.jpg?_wi=1",
|
||||
imageAlt: "Catfish fillet and shrimp combo",
|
||||
},
|
||||
id: "combo-1", name: "#1 Catfish Fillet & 10 Shrimps", price: "$14.99", imageSrc: "http://img.b2bpic.net/free-photo/tasty-appetizers-big-company-friends-drinking-beer-goldy-chicken-nuggets-fried-potatoes-green-salad-leaves-fresh-cucumbers-standing-white-table-looking-delicious-mouthwatering_132075-13081.jpg?_wi=1", imageAlt: "Catfish fillet and shrimp combo"},
|
||||
{
|
||||
id: "combo-4",
|
||||
name: "#4 3 Wings & 2 Tilapia",
|
||||
price: "$12.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-frog-legs-batter-with-sauce-lemon-tray_141793-4922.jpg?_wi=1",
|
||||
imageAlt: "3 wings and 2 tilapia combo",
|
||||
},
|
||||
id: "combo-4", name: "#4 3 Wings & 2 Tilapia", price: "$12.99", imageSrc: "http://img.b2bpic.net/free-photo/side-view-frog-legs-batter-with-sauce-lemon-tray_141793-4922.jpg?_wi=1", imageAlt: "3 wings and 2 tilapia combo"},
|
||||
{
|
||||
id: "combo-9",
|
||||
name: "#9 3 Wings & 10 Shrimp",
|
||||
price: "$13.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-chicken-wings-coffee-lemons_23-2148374816.jpg?_wi=1",
|
||||
imageAlt: "3 wings and 10 shrimp combo",
|
||||
},
|
||||
id: "combo-9", name: "#9 3 Wings & 10 Shrimp", price: "$13.99", imageSrc: "http://img.b2bpic.net/free-photo/delicious-chicken-wings-coffee-lemons_23-2148374816.jpg?_wi=1", imageAlt: "3 wings and 10 shrimp combo"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -175,19 +136,11 @@ export default function HomePage() {
|
||||
animationType="blur-reveal"
|
||||
negativeCard={{
|
||||
items: [
|
||||
"Frozen pre-made food",
|
||||
"Long wait times",
|
||||
"Small portions",
|
||||
"Cold meals",
|
||||
],
|
||||
"Frozen pre-made food", "Long wait times", "Small portions", "Cold meals"],
|
||||
}}
|
||||
positiveCard={{
|
||||
items: [
|
||||
"Hot & Fresh Food",
|
||||
"Big Portions",
|
||||
"Fast Service",
|
||||
"Great Variety",
|
||||
],
|
||||
"Hot & Fresh Food", "Big Portions", "Fast Service", "Great Variety"],
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
@@ -204,44 +157,20 @@ export default function HomePage() {
|
||||
animationType="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "combos",
|
||||
value: "10+",
|
||||
title: "Combos",
|
||||
items: [
|
||||
"Mix & match seafood & chicken",
|
||||
"Served with fries & coleslaw",
|
||||
"Starting at $12.99",
|
||||
],
|
||||
id: "combos", value: "10+", title: "Combos", items: [
|
||||
"Mix & match seafood & chicken", "Served with fries & coleslaw", "Starting at $12.99"],
|
||||
},
|
||||
{
|
||||
id: "family",
|
||||
value: "5",
|
||||
title: "Family Meals",
|
||||
items: [
|
||||
"Perfect for sharing",
|
||||
"Multiple protein options",
|
||||
"Feeds 4-6 people",
|
||||
],
|
||||
id: "family", value: "5", title: "Family Meals", items: [
|
||||
"Perfect for sharing", "Multiple protein options", "Feeds 4-6 people"],
|
||||
},
|
||||
{
|
||||
id: "wings",
|
||||
value: "Party",
|
||||
title: "Party Wings",
|
||||
items: [
|
||||
"Available by the pound",
|
||||
"Fresh fried daily",
|
||||
"Order ahead for parties",
|
||||
],
|
||||
id: "wings", value: "Party", title: "Party Wings", items: [
|
||||
"Available by the pound", "Fresh fried daily", "Order ahead for parties"],
|
||||
},
|
||||
{
|
||||
id: "sandwiches",
|
||||
value: "8+",
|
||||
title: "Sandwiches",
|
||||
items: [
|
||||
"Fried fish & chicken",
|
||||
"Served with fries & bread",
|
||||
"Starting at $6.99",
|
||||
],
|
||||
id: "sandwiches", value: "8+", title: "Sandwiches", items: [
|
||||
"Fried fish & chicken", "Served with fries & bread", "Starting at $6.99"],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -257,39 +186,16 @@ export default function HomePage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
speed={35}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Marcus Thompson",
|
||||
handle: "@oceanseafoodfan",
|
||||
testimonial: "Fresh food and generous portions every time. The fried shrimp is absolutely incredible!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-barista-girl_23-2148436110.jpg?_wi=2",
|
||||
imageAlt: "Marcus Thompson",
|
||||
},
|
||||
id: "t1", name: "Marcus Thompson", handle: "@oceanseafoodfan", testimonial: "Fresh food and generous portions every time. The fried shrimp is absolutely incredible!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-barista-girl_23-2148436110.jpg?_wi=2", imageAlt: "Marcus Thompson"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Sarah Johnson",
|
||||
handle: "@localfoodies",
|
||||
testimonial: "Great seafood and chicken combo spot in Conyers. Best place for a quick meal!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-eating-food-restaurant_23-2150520072.jpg?_wi=2",
|
||||
imageAlt: "Sarah Johnson",
|
||||
},
|
||||
id: "t2", name: "Sarah Johnson", handle: "@localfoodies", testimonial: "Great seafood and chicken combo spot in Conyers. Best place for a quick meal!", imageSrc: "http://img.b2bpic.net/free-photo/man-eating-food-restaurant_23-2150520072.jpg?_wi=2", imageAlt: "Sarah Johnson"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "David Martinez",
|
||||
handle: "@foodlover",
|
||||
testimonial: "Fast service and the food is always hot. This is my go-to spot every weekend.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-man-woman-table_23-2148899034.jpg?_wi=2",
|
||||
imageAlt: "David Martinez",
|
||||
},
|
||||
id: "t3", name: "David Martinez", handle: "@foodlover", testimonial: "Fast service and the food is always hot. This is my go-to spot every weekend.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-man-woman-table_23-2148899034.jpg?_wi=2", imageAlt: "David Martinez"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Emma Wilson",
|
||||
handle: "@conyers_eats",
|
||||
testimonial: "Amazing fried chicken and seafood! The family combo meals are perfect for dinner.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/laughing-couple-sitting-with-tablets-cafe_23-2147826802.jpg?_wi=1",
|
||||
imageAlt: "Emma Wilson",
|
||||
},
|
||||
id: "t4", name: "Emma Wilson", handle: "@conyers_eats", testimonial: "Amazing fried chicken and seafood! The family combo meals are perfect for dinner.", imageSrc: "http://img.b2bpic.net/free-photo/laughing-couple-sitting-with-tablets-cafe_23-2147826802.jpg?_wi=1", imageAlt: "Emma Wilson"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -308,13 +214,9 @@ export default function HomePage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
value: "2040 Eastside Dr SE",
|
||||
title: "Address",
|
||||
},
|
||||
value: "2040 Eastside Dr SE", title: "Address"},
|
||||
{
|
||||
value: "(770) 285-6499",
|
||||
title: "Phone",
|
||||
},
|
||||
value: "(770) 285-6499", title: "Phone"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -324,28 +226,17 @@ export default function HomePage() {
|
||||
ctaTitle="Ready to Order?"
|
||||
ctaDescription="Get your seafood, chicken, wings, and combos hot and fresh today."
|
||||
ctaButton={{
|
||||
text: "Order Online Now",
|
||||
href: "https://oceanseafoodconyers.kwickmenu.com",
|
||||
}}
|
||||
text: "Order Online Now", href: "https://oceanseafoodconyers.kwickmenu.com"}}
|
||||
ctaIcon={ShoppingCart}
|
||||
useInvertedBackground={false}
|
||||
animationType="blur-reveal"
|
||||
faqs={[
|
||||
{
|
||||
id: "faq1",
|
||||
title: "What are your hours?",
|
||||
content: "We're open Sun-Thu 11am-10pm, Fri-Sat 11am-10:30pm. Order online anytime at oceanseafoodconyers.kwickmenu.com",
|
||||
},
|
||||
id: "faq1", title: "What are your hours?", content: "We're open Sun-Thu 11am-10pm, Fri-Sat 11am-10:30pm. Order online anytime at oceanseafoodconyers.kwickmenu.com"},
|
||||
{
|
||||
id: "faq2",
|
||||
title: "Do you offer delivery?",
|
||||
content: "Yes! Check our online ordering system for delivery options in your area. Pickup is always available.",
|
||||
},
|
||||
id: "faq2", title: "Do you offer delivery?", content: "Yes! Check our online ordering system for delivery options in your area. Pickup is always available."},
|
||||
{
|
||||
id: "faq3",
|
||||
title: "Are your portions really that big?",
|
||||
content: "Absolutely! Our customers consistently praise our generous portions. Every meal comes loaded with fresh seafood or chicken.",
|
||||
},
|
||||
id: "faq3", title: "Are your portions really that big?", content: "Absolutely! Our customers consistently praise our generous portions. Every meal comes loaded with fresh seafood or chicken."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -12,13 +12,13 @@
|
||||
|
||||
--background: #0a0a0a;
|
||||
--card: #1a1a1a;
|
||||
--foreground: #f8f5ffe6;
|
||||
--primary-cta: #c89bff;
|
||||
--foreground: #ffffff;
|
||||
--primary-cta: #1f7cff;
|
||||
--primary-cta-text: #0a0a0a;
|
||||
--secondary-cta: #1a1a1a;
|
||||
--secondary-cta: #ffa500;
|
||||
--secondary-cta-text: #f8f5ffe6;
|
||||
--accent: #737373;
|
||||
--background-accent: #737373;
|
||||
--accent: #d4af37;
|
||||
--background-accent: #8b0000;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user