Update src/app/page.tsx
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user