Merge version_3 into main #3
@@ -33,9 +33,7 @@ export default function AboutPage() {
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
button={{
|
||||
text: "Order Online",
|
||||
href: "https://oceanseafoodconyers.kwickmenu.com",
|
||||
}}
|
||||
text: "Order Online", href: "https://oceanseafoodconyers.kwickmenu.com"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -53,13 +51,9 @@ export default function AboutPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
value: "Fresh Daily",
|
||||
title: "Quality Promise",
|
||||
},
|
||||
value: "Fresh Daily", title: "Quality Promise"},
|
||||
{
|
||||
value: "Hot & Ready",
|
||||
title: "Every Order",
|
||||
},
|
||||
value: "Hot & Ready", title: "Every Order"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -76,19 +70,11 @@ export default function AboutPage() {
|
||||
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>
|
||||
@@ -105,45 +91,21 @@ export default function AboutPage() {
|
||||
animationType="slide-up"
|
||||
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=3",
|
||||
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=3", 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=3",
|
||||
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=3", 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=3",
|
||||
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=3", 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=2",
|
||||
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=2", imageAlt: "Emma Wilson"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -152,8 +114,7 @@ export default function AboutPage() {
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
title: "Navigation", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "Menu", href: "/menu" },
|
||||
{ label: "About", href: "/about" },
|
||||
@@ -161,24 +122,18 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{
|
||||
label: "Order Online",
|
||||
href: "https://oceanseafoodconyers.kwickmenu.com",
|
||||
},
|
||||
label: "Order Online", href: "https://oceanseafoodconyers.kwickmenu.com"},
|
||||
{ label: "Call Us", href: "tel:+17702856499" },
|
||||
{ label: "Our Location", href: "/contact" },
|
||||
{ label: "Hours", href: "/contact" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "2040 Eastside Drive SE, Conyers, GA 30013",
|
||||
href: "#",
|
||||
},
|
||||
label: "2040 Eastside Drive SE, Conyers, GA 30013", href: "#"},
|
||||
{ label: "(770) 285-6499", href: "tel:+17702856499" },
|
||||
{ label: "Sun-Thu: 11am-10pm", href: "#" },
|
||||
{ label: "Fri-Sat: 11am-10:30pm", href: "#" },
|
||||
|
||||
@@ -32,9 +32,7 @@ export default function ContactPage() {
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
button={{
|
||||
text: "Order Online",
|
||||
href: "https://oceanseafoodconyers.kwickmenu.com",
|
||||
}}
|
||||
text: "Order Online", href: "https://oceanseafoodconyers.kwickmenu.com"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -52,13 +50,9 @@ export default function ContactPage() {
|
||||
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>
|
||||
@@ -68,37 +62,23 @@ export default function ContactPage() {
|
||||
ctaTitle="Contact Us"
|
||||
ctaDescription="Have questions? Reach out to us or visit our location in Conyers, GA."
|
||||
ctaButton={{
|
||||
text: "Call Now: (770) 285-6499",
|
||||
href: "tel:+17702856499",
|
||||
}}
|
||||
text: "Call Now: (770) 285-6499", href: "tel:+17702856499"}}
|
||||
ctaIcon={Phone}
|
||||
useInvertedBackground={false}
|
||||
animationType="blur-reveal"
|
||||
faqs={[
|
||||
{
|
||||
id: "contact1",
|
||||
title: "Location",
|
||||
content:
|
||||
"2040 Eastside Drive Southeast, Conyers, GA 30013. Easy parking and convenient access. Open 7 days a week.",
|
||||
},
|
||||
id: "contact1", title: "Location", content:
|
||||
"2040 Eastside Drive Southeast, Conyers, GA 30013. Easy parking and convenient access. Open 7 days a week."},
|
||||
{
|
||||
id: "contact2",
|
||||
title: "Hours",
|
||||
content:
|
||||
"Sunday-Thursday: 11:00 AM - 10:00 PM | Friday-Saturday: 11:00 AM - 10:30 PM",
|
||||
},
|
||||
id: "contact2", title: "Hours", content:
|
||||
"Sunday-Thursday: 11:00 AM - 10:00 PM | Friday-Saturday: 11:00 AM - 10:30 PM"},
|
||||
{
|
||||
id: "contact3",
|
||||
title: "Phone",
|
||||
content:
|
||||
"(770) 285-6499 — Call to order, ask questions, or inquire about party catering and bulk orders.",
|
||||
},
|
||||
id: "contact3", title: "Phone", content:
|
||||
"(770) 285-6499 — Call to order, ask questions, or inquire about party catering and bulk orders."},
|
||||
{
|
||||
id: "contact4",
|
||||
title: "Online Ordering",
|
||||
content:
|
||||
"Order anytime at oceanseafoodconyers.kwickmenu.com. Pickup and delivery options available.",
|
||||
},
|
||||
id: "contact4", title: "Online Ordering", content:
|
||||
"Order anytime at oceanseafoodconyers.kwickmenu.com. Pickup and delivery options available."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -107,8 +87,7 @@ export default function ContactPage() {
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
title: "Navigation", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "Menu", href: "/menu" },
|
||||
{ label: "About", href: "/about" },
|
||||
@@ -116,24 +95,18 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{
|
||||
label: "Order Online",
|
||||
href: "https://oceanseafoodconyers.kwickmenu.com",
|
||||
},
|
||||
label: "Order Online", href: "https://oceanseafoodconyers.kwickmenu.com"},
|
||||
{ label: "Call Us", href: "tel:+17702856499" },
|
||||
{ label: "Our Location", href: "/contact" },
|
||||
{ label: "Hours", href: "/contact" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "2040 Eastside Drive SE, Conyers, GA 30013",
|
||||
href: "#",
|
||||
},
|
||||
label: "2040 Eastside Drive SE, Conyers, GA 30013", href: "#"},
|
||||
{ label: "(770) 285-6499", href: "tel:+17702856499" },
|
||||
{ label: "Sun-Thu: 11am-10pm", href: "#" },
|
||||
{ label: "Fri-Sat: 11am-10:30pm", href: "#" },
|
||||
|
||||
@@ -18,8 +18,7 @@ export default function MenuPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
title: "Navigation", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "Menu", href: "/menu" },
|
||||
{ label: "About", href: "/about" },
|
||||
@@ -27,8 +26,7 @@ export default function MenuPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
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" },
|
||||
@@ -36,8 +34,7 @@ export default function MenuPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
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: "#" },
|
||||
@@ -64,9 +61,7 @@ export default function MenuPage() {
|
||||
brandName="Ocean Seafood & Chicken"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Order Online",
|
||||
href: "https://oceanseafoodconyers.kwickmenu.com",
|
||||
}}
|
||||
text: "Order Online", href: "https://oceanseafoodconyers.kwickmenu.com"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -83,89 +78,29 @@ export default function MenuPage() {
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
products={[
|
||||
{
|
||||
id: "menu-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=2",
|
||||
imageAlt: "Catfish fillet and shrimp",
|
||||
},
|
||||
id: "menu-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=2", imageAlt: "Catfish fillet and shrimp"},
|
||||
{
|
||||
id: "menu-combo-2",
|
||||
name: "#2 2 Perch & 2 Tenders",
|
||||
price: "$13.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-choco-biscuits-with-snacks_140725-57281.jpg?_wi=1",
|
||||
imageAlt: "2 perch and 2 tenders",
|
||||
},
|
||||
id: "menu-combo-2", name: "#2 2 Perch & 2 Tenders", price: "$13.99", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-choco-biscuits-with-snacks_140725-57281.jpg?_wi=1", imageAlt: "2 perch and 2 tenders"},
|
||||
{
|
||||
id: "menu-combo-3",
|
||||
name: "#3 Gizzards & Catfish Nuggets",
|
||||
price: "$11.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-choco-biscuits-with-snacks_140725-57281.jpg?_wi=2",
|
||||
imageAlt: "Gizzards and catfish nuggets",
|
||||
},
|
||||
id: "menu-combo-3", name: "#3 Gizzards & Catfish Nuggets", price: "$11.99", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-choco-biscuits-with-snacks_140725-57281.jpg?_wi=2", imageAlt: "Gizzards and catfish nuggets"},
|
||||
{
|
||||
id: "menu-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=2",
|
||||
imageAlt: "3 wings and 2 tilapia",
|
||||
},
|
||||
id: "menu-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=2", imageAlt: "3 wings and 2 tilapia"},
|
||||
{
|
||||
id: "menu-combo-5",
|
||||
name: "#5 3 Wings & Gizzards",
|
||||
price: "$10.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-choco-biscuits-with-snacks_140725-57281.jpg?_wi=3",
|
||||
imageAlt: "3 wings and gizzards",
|
||||
},
|
||||
id: "menu-combo-5", name: "#5 3 Wings & Gizzards", price: "$10.99", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-choco-biscuits-with-snacks_140725-57281.jpg?_wi=3", imageAlt: "3 wings and gizzards"},
|
||||
{
|
||||
id: "menu-combo-6",
|
||||
name: "#6 3 Wings & Nuggets",
|
||||
price: "$11.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-choco-biscuits-with-snacks_140725-57281.jpg?_wi=4",
|
||||
imageAlt: "3 wings and nuggets",
|
||||
},
|
||||
id: "menu-combo-6", name: "#6 3 Wings & Nuggets", price: "$11.99", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-choco-biscuits-with-snacks_140725-57281.jpg?_wi=4", imageAlt: "3 wings and nuggets"},
|
||||
{
|
||||
id: "menu-combo-7",
|
||||
name: "#7 2 Breasts & 10 Shrimps",
|
||||
price: "$15.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/seafood-plate-with-shrimps-mussels-served-with-lemon_140725-8800.jpg?_wi=1",
|
||||
imageAlt: "2 breasts and 10 shrimps",
|
||||
},
|
||||
id: "menu-combo-7", name: "#7 2 Breasts & 10 Shrimps", price: "$15.99", imageSrc: "http://img.b2bpic.net/free-photo/seafood-plate-with-shrimps-mussels-served-with-lemon_140725-8800.jpg?_wi=1", imageAlt: "2 breasts and 10 shrimps"},
|
||||
{
|
||||
id: "menu-combo-8",
|
||||
name: "#8 3 Wings & 2 Tenders",
|
||||
price: "$11.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-choco-biscuits-with-snacks_140725-57281.jpg?_wi=5",
|
||||
imageAlt: "3 wings and 2 tenders",
|
||||
},
|
||||
id: "menu-combo-8", name: "#8 3 Wings & 2 Tenders", price: "$11.99", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-choco-biscuits-with-snacks_140725-57281.jpg?_wi=5", imageAlt: "3 wings and 2 tenders"},
|
||||
{
|
||||
id: "menu-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=2",
|
||||
imageAlt: "3 wings and 10 shrimp",
|
||||
},
|
||||
id: "menu-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=2", imageAlt: "3 wings and 10 shrimp"},
|
||||
{
|
||||
id: "menu-combo-10",
|
||||
name: "#10 2 Whiting & 3 Wings",
|
||||
price: "$12.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-choco-biscuits-with-snacks_140725-57281.jpg?_wi=6",
|
||||
imageAlt: "2 whiting and 3 wings",
|
||||
},
|
||||
id: "menu-combo-10", name: "#10 2 Whiting & 3 Wings", price: "$12.99", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-choco-biscuits-with-snacks_140725-57281.jpg?_wi=6", imageAlt: "2 whiting and 3 wings"},
|
||||
{
|
||||
id: "menu-chicken-dinner",
|
||||
name: "Chicken Dinner",
|
||||
price: "$11.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-fried-chicken-chopping-board-with-french-fries_23-2148646564.jpg",
|
||||
imageAlt: "Fried chicken dinner",
|
||||
},
|
||||
id: "menu-chicken-dinner", name: "Chicken Dinner", price: "$11.99", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-fried-chicken-chopping-board-with-french-fries_23-2148646564.jpg", imageAlt: "Fried chicken dinner"},
|
||||
{
|
||||
id: "menu-seafood-dinner",
|
||||
name: "Seafood Dinner",
|
||||
price: "$14.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/seafood-plate-with-shrimps-mussels-served-with-lemon_140725-8800.jpg?_wi=2",
|
||||
imageAlt: "Mixed seafood dinner",
|
||||
},
|
||||
id: "menu-seafood-dinner", name: "Seafood Dinner", price: "$14.99", imageSrc: "http://img.b2bpic.net/free-photo/seafood-plate-with-shrimps-mussels-served-with-lemon_140725-8800.jpg?_wi=2", imageAlt: "Mixed seafood dinner"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -185,20 +120,11 @@ export default function MenuPage() {
|
||||
imageAlt="Menu categories display"
|
||||
faqs={[
|
||||
{
|
||||
id: "cat1",
|
||||
title: "Combo Meals",
|
||||
content: "Our signature combo meals (#1-#10) feature combinations of fresh seafood and crispy chicken, all served with fries and coleslaw.",
|
||||
},
|
||||
id: "cat1", title: "Combo Meals", content: "Our signature combo meals (#1-#10) feature combinations of fresh seafood and crispy chicken, all served with fries and coleslaw."},
|
||||
{
|
||||
id: "cat2",
|
||||
title: "Family Combo",
|
||||
content: "Perfect for sharing! Our family combos feed 4-6 people with a variety of fried seafood, chicken, and sides.",
|
||||
},
|
||||
id: "cat2", title: "Family Combo", content: "Perfect for sharing! Our family combos feed 4-6 people with a variety of fried seafood, chicken, and sides."},
|
||||
{
|
||||
id: "cat3",
|
||||
title: "Chicken & Seafood Dinners",
|
||||
content: "Full dinners featuring fried chicken breasts, wings, seafood fillets, shrimp, and more — all with sides and bread.",
|
||||
},
|
||||
id: "cat3", title: "Chicken & Seafood Dinners", content: "Full dinners featuring fried chicken breasts, wings, seafood fillets, shrimp, and more — all with sides and bread."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -66,7 +66,8 @@ export default function HomePage() {
|
||||
brandName="Ocean Seafood & Chicken"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Order Online", href: "https://oceanseafoodconyers.kwickmenu.com"}}
|
||||
text: "Order Online", href: "https://oceanseafoodconyers.kwickmenu.com"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -80,9 +81,11 @@ 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: "Call Now", href: "tel:+17702856499"},
|
||||
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"
|
||||
@@ -91,13 +94,16 @@ export default function HomePage() {
|
||||
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"},
|
||||
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"},
|
||||
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"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-man-woman-table_23-2148899034.jpg?_wi=1", imageAlt: "Customer testimonial"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -115,11 +121,14 @@ 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>
|
||||
@@ -136,11 +145,13 @@ 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>
|
||||
@@ -158,19 +169,23 @@ export default function HomePage() {
|
||||
metrics={[
|
||||
{
|
||||
id: "combos", value: "10+", title: "Combos", items: [
|
||||
"Mix & match seafood & chicken", "Served with fries & coleslaw", "Starting at $12.99"],
|
||||
"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"],
|
||||
"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"],
|
||||
"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"],
|
||||
"Fried fish & chicken", "Served with fries & bread", "Starting at $6.99"
|
||||
],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -189,13 +204,17 @@ export default function HomePage() {
|
||||
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>
|
||||
@@ -214,9 +233,11 @@ 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>
|
||||
@@ -226,17 +247,21 @@ 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>
|
||||
|
||||
@@ -13,12 +13,12 @@
|
||||
--background: #0a0a0a;
|
||||
--card: #1a1a1a;
|
||||
--foreground: #ffffff;
|
||||
--primary-cta: #1f7cff;
|
||||
--primary-cta: #C62828;
|
||||
--primary-cta-text: #0a0a0a;
|
||||
--secondary-cta: #ffa500;
|
||||
--secondary-cta-text: #f8f5ffe6;
|
||||
--accent: #d4af37;
|
||||
--background-accent: #8b0000;
|
||||
--background-accent: #B71C1C;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user