Merge version_2 into main #4
@@ -1,59 +1,20 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Poppins } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const halant = Halant({
|
||||
variable: "--font-halant", subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const poppins = Poppins({
|
||||
variable: "--font-poppins", subsets: ["latin"],
|
||||
weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"],
|
||||
});
|
||||
const inter = Inter({ subsets: ["latin"] });
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Mo's Fried Chicken | McLean, VA", description: "Fresh, crispy fried chicken in McLean, VA. Order online on DoorDash or call (703) 356-9090. 4.5★ rating. Open Wed-Sun 11am-9pm.", keywords: "fried chicken McLean VA, chicken tenders, best fried chicken near me, catering McLean", metadataBase: new URL("https://mofriedchicken.com"),
|
||||
alternates: {
|
||||
canonical: "https://mofriedchicken.com"},
|
||||
openGraph: {
|
||||
title: "Mo's Fried Chicken | McLean, VA", description: "Fresh, crispy fried chicken. Order online or call (703) 356-9090.", url: "https://mofriedchicken.com", siteName: "Mo's Fried Chicken", images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/top-view-tasty-chicken-wings-inside-plate-light-background-food-horizontal-sandwich-meal-burger-color-meat_140725-156944.jpg", alt: "Fresh crispy fried chicken"},
|
||||
],
|
||||
type: "website"},
|
||||
twitter: {
|
||||
card: "summary_large_image", title: "Mo's Fried Chicken | McLean, VA", description: "Fresh, crispy fried chicken. Order online or call (703) 356-9090.", images: [
|
||||
"http://img.b2bpic.net/free-photo/top-view-tasty-chicken-wings-inside-plate-light-background-food-horizontal-sandwich-meal-burger-color-meat_140725-156944.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
title: "Mo's Fried Chicken - McLean's Favorite", description: "Fresh, crispy fried chicken made with signature sauces. Located in McLean, Virginia."};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
}: {
|
||||
children: React.ReactNode;
|
||||
}>) {
|
||||
}) {
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${poppins.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
|
||||
<html lang="en">
|
||||
<body className={inter.className}>{children}
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: `
|
||||
@@ -1421,7 +1382,6 @@ export default function RootLayout({
|
||||
}}
|
||||
/>
|
||||
</body>
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
|
||||
@@ -83,13 +83,16 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "Mo's Favorites", name: "Fried Chicken Tenders", price: "Fresh Daily", rating: 5,
|
||||
reviewCount: "Huge", imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-chicken-tenders_123827-36386.jpg", imageAlt: "Large crispy chicken tenders"},
|
||||
reviewCount: "Huge", imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-chicken-tenders_123827-36386.jpg", imageAlt: "Large crispy chicken tenders"
|
||||
},
|
||||
{
|
||||
id: "2", brand: "Mo's Favorites", name: "Fried Chicken Combo", price: "Great Value", rating: 5,
|
||||
reviewCount: "Family", imageSrc: "http://img.b2bpic.net/free-photo/beer-sauce-near-chicken-potato_23-2147765442.jpg", imageAlt: "Chicken combo meal with sides"},
|
||||
reviewCount: "Family", imageSrc: "http://img.b2bpic.net/free-photo/beer-sauce-near-chicken-potato_23-2147765442.jpg", imageAlt: "Chicken combo meal with sides"
|
||||
},
|
||||
{
|
||||
id: "3", brand: "Mo's Signature", name: "Signature Sauces", price: "Special Touch", rating: 5,
|
||||
reviewCount: "Loved", imageSrc: "http://img.b2bpic.net/free-photo/hand-taking-piece-fries-with-ketchup-wooden-table_114579-77568.jpg", imageAlt: "Mo's signature sauce selection"},
|
||||
reviewCount: "Loved", imageSrc: "http://img.b2bpic.net/free-photo/hand-taking-piece-fries-with-ketchup-wooden-table_114579-77568.jpg", imageAlt: "Mo's signature sauce selection"
|
||||
},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
@@ -117,21 +120,28 @@ export default function LandingPage() {
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSix
|
||||
title="What Our Customers Say"
|
||||
title="What Our 500+ Customers Say"
|
||||
description="Real reviews from real customers who love Mo's Fried Chicken"
|
||||
tagIcon={Star}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Johnson", handle: "Regular Customer", testimonial: "The sauces gave the meal a special touch! Everything tasted excellent! Service was excellent as well.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Sarah Johnson"},
|
||||
id: "1", name: "Sarah Johnson", handle: "Regular Customer", testimonial: "The sauces gave the meal a special touch! Everything tasted excellent! Service was excellent as well.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Sarah Johnson"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Michael Chen", handle: "Local Resident", testimonial: "Tasty, fresh, clean tasting chicken. The tenders are HUGE. This is my go-to spot in McLean.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Michael Chen"},
|
||||
id: "2", name: "Michael Chen", handle: "Local Resident", testimonial: "Tasty, fresh, clean tasting chicken. The tenders are HUGE. This is my go-to spot in McLean.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Michael Chen"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Jennifer Lopez", handle: "Family Favorite", testimonial: "Perfect spot for family dinners. Kids love the chicken tenders and the portions are generous. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Jennifer Lopez"},
|
||||
id: "3", name: "Jennifer Lopez", handle: "Family Favorite", testimonial: "Perfect spot for family dinners. Kids love the chicken tenders and the portions are generous. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Jennifer Lopez"
|
||||
},
|
||||
{
|
||||
id: "4", name: "David Martinez", handle: "Repeat Visitor", testimonial: "Best fried chicken in the area. Fast service and the sauce selection is incredible. Worth every visit!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "David Martinez"},
|
||||
id: "4", name: "David Martinez", handle: "Repeat Visitor", testimonial: "Best fried chicken in the area. Fast service and the sauce selection is incredible. Worth every visit!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "David Martinez"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Emily Rodriguez", handle: "Food Enthusiast", testimonial: "Mo's has captured the perfect balance of crispy outside and juicy inside. The freshness is unmatched!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5", imageAlt: "Emily Rodriguez"},
|
||||
id: "5", name: "Emily Rodriguez", handle: "Food Enthusiast", testimonial: "Mo's has captured the perfect balance of crispy outside and juicy inside. The freshness is unmatched!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5", imageAlt: "Emily Rodriguez"
|
||||
},
|
||||
{
|
||||
id: "6", name: "James Wilson", handle: "Catering Client", testimonial: "Used Mo's for our office event and everyone raved about it. Professional service and amazing food!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6", imageAlt: "James Wilson"},
|
||||
id: "6", name: "James Wilson", handle: "Catering Client", testimonial: "Used Mo's for our office event and everyone raved about it. Professional service and amazing food!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6", imageAlt: "James Wilson"
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -162,17 +172,23 @@ export default function LandingPage() {
|
||||
description="Have questions? We've got answers."
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "What are your hours?", content: "We're open Wednesday through Sunday, 11:00 AM – 9:00 PM. We're closed Mondays and Tuesdays."},
|
||||
id: "1", title: "What are your hours?", content: "We're open Wednesday through Sunday, 11:00 AM – 9:00 PM. We're closed Mondays and Tuesdays."
|
||||
},
|
||||
{
|
||||
id: "2", title: "Do you offer delivery?", content: "Yes! We're available on DoorDash for delivery. You can also pick up your order in person or call ahead at (703) 356-9090."},
|
||||
id: "2", title: "Do you offer delivery?", content: "Yes! We're available on DoorDash for delivery. You can also pick up your order in person or call ahead at (703) 356-9090."
|
||||
},
|
||||
{
|
||||
id: "3", title: "What about catering orders?", content: "We absolutely do catering! Perfect for parties, events, and office gatherings. Call us at (703) 356-9090 to discuss your needs and get a quote."},
|
||||
id: "3", title: "What about catering orders?", content: "We absolutely do catering! Perfect for parties, events, and office gatherings. Call us at (703) 356-9090 to discuss your needs and get a quote."
|
||||
},
|
||||
{
|
||||
id: "4", title: "Are your ingredients fresh?", content: "Quality is everything. We use fresh ingredients daily and prepare all our chicken to order for maximum freshness and flavor."},
|
||||
id: "4", title: "Are your ingredients fresh?", content: "Quality is everything. We use fresh ingredients daily and prepare all our chicken to order for maximum freshness and flavor."
|
||||
},
|
||||
{
|
||||
id: "5", title: "Do you have vegetarian options?", content: "While we specialize in chicken, we have side dishes and other options available. Please call us to discuss what we can prepare for you."},
|
||||
id: "5", title: "Do you have vegetarian options?", content: "While we specialize in chicken, we have side dishes and other options available. Please call us to discuss what we can prepare for you."
|
||||
},
|
||||
{
|
||||
id: "6", title: "What makes your sauces special?", content: "Our signature sauces are carefully crafted to complement our crispy, fresh chicken. Each sauce adds a unique flavor profile that keeps customers coming back!"},
|
||||
id: "6", title: "What makes your sauces special?", content: "Our signature sauces are carefully crafted to complement our crispy, fresh chicken. Each sauce adds a unique flavor profile that keeps customers coming back!"
|
||||
},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
faqsAnimation="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user