Merge version_1 into main #3
@@ -3,11 +3,10 @@
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
|
||||
import TextSplitAbout from "@/components/sections/about/TextSplitAbout";
|
||||
import FeatureBorderGlow from "@/components/sections/feature/featureBorderGlow/FeatureBorderGlow";
|
||||
import ContactCenter from "@/components/sections/contact/ContactCenter";
|
||||
import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
|
||||
import Link from "next/link";
|
||||
import { Chef, Utensils, MapPin, Clock, Phone } from "lucide-react";
|
||||
import { Utensils, Phone } from "lucide-react";
|
||||
|
||||
export default function AboutPage() {
|
||||
return (
|
||||
@@ -34,77 +33,34 @@ export default function AboutPage() {
|
||||
{ name: "Location", id: "/location" },
|
||||
]}
|
||||
button={{
|
||||
text: "Call Now",
|
||||
href: "tel:(404)363-2423",
|
||||
}}
|
||||
text: "Call Now", href: "tel:(404)363-2423"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="location" data-section="location">
|
||||
<div id="about" data-section="about">
|
||||
<TextSplitAbout
|
||||
title="Our Story & Location"
|
||||
title="About Pho Dai Loi"
|
||||
description={[
|
||||
"Pho Dai Loi has been serving the Forest Park community for over 10 years with authentic Vietnamese cuisine made from family recipes passed down through generations.",
|
||||
"Located at 4061 Jonesboro Rd, Forest Park, GA 30297, we're conveniently situated near ATL airport and local businesses. Our cozy restaurant welcomes families, professionals, and travelers alike.",
|
||||
"We're committed to using only the freshest ingredients, simmering our signature pho broth for hours to achieve that rich, authentic flavor that keeps customers coming back.",
|
||||
]}
|
||||
"Since our opening, Pho Dai Loi has been Forest Park's trusted destination for authentic Vietnamese cuisine. Our family-run restaurant celebrates the rich traditions of Vietnamese cooking with a commitment to quality, freshness, and exceptional service.", "We source the finest ingredients and prepare each dish with time-honored techniques passed down through generations. Every bowl of pho, every banh mi, and every spring roll is crafted with care to bring you the true taste of Vietnam."]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Directions",
|
||||
href: "https://maps.google.com/?q=4061+Jonesboro+Rd+Forest+Park+GA",
|
||||
},
|
||||
{
|
||||
text: "Call Us",
|
||||
href: "tel:(404)363-2423",
|
||||
},
|
||||
{ text: "View Menu", href: "#menu" },
|
||||
{ text: "Call to Order", href: "tel:(404)363-2423" },
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="why-us" data-section="why-us">
|
||||
<FeatureBorderGlow
|
||||
features={[
|
||||
{
|
||||
icon: Chef,
|
||||
title: "Chef's Heritage",
|
||||
description: "Our head chef brings 20+ years of Vietnamese culinary expertise, trained in traditional pho-making techniques in Ho Chi Minh City.",
|
||||
},
|
||||
{
|
||||
icon: Utensils,
|
||||
title: "Fresh Daily",
|
||||
description: "Every ingredient is sourced fresh daily. Our herbs, noodles, and broths are prepared fresh each morning before we open.",
|
||||
},
|
||||
{
|
||||
icon: MapPin,
|
||||
title: "Family-Owned",
|
||||
description: "Proudly family-owned and operated since 2014. We treat every customer like family and remember our regulars by name.",
|
||||
},
|
||||
{
|
||||
icon: Clock,
|
||||
title: "Convenient Hours",
|
||||
description: "Open Monday through Sunday from 10:30 AM to 8:45 PM. Perfect for lunch breaks, family dinners, or late-night cravings.",
|
||||
},
|
||||
]}
|
||||
title="What Makes Us Special"
|
||||
description="Discover the passion and authenticity behind every bowl at Pho Dai Loi"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="cta-section" data-section="cta-section">
|
||||
<ContactCenter
|
||||
tag="Visit Us"
|
||||
title="Experience Authentic Vietnamese Cuisine"
|
||||
description="Stop by Pho Dai Loi today to taste the difference that fresh ingredients and authentic recipes make. Whether you're craving a steaming bowl of pho or exploring other Vietnamese favorites, we're here to serve you."
|
||||
tagIcon={Phone}
|
||||
description="Join us for an unforgettable dining experience. Whether you're a longtime fan of Vietnamese food or trying it for the first time, we welcome you to our family table."
|
||||
tagIcon={Utensils}
|
||||
inputPlaceholder="Enter your email"
|
||||
buttonText="Call Now"
|
||||
termsText="Phone: (404) 363-2423 | Hours: Mon–Sun 10:30 AM – 8:45 PM | Location: 4061 Jonesboro Rd, Forest Park, GA"
|
||||
background={{ variant: "radial-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
buttonText="Call to Order"
|
||||
inputPlaceholder="Enter your email"
|
||||
termsText="Phone: (404) 363-2423 | Hours: Mon–Sun 10:30 AM – 8:45 PM | 4061 Jonesboro Rd, Forest Park, GA"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -129,9 +85,7 @@ export default function AboutPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Address",
|
||||
href: "https://maps.google.com/?q=4061+Jonesboro+Rd+Forest+Park+GA",
|
||||
},
|
||||
label: "Address", href: "https://maps.google.com/?q=4061+Jonesboro+Rd+Forest+Park+GA"},
|
||||
{ label: "Phone", href: "tel:(404)363-2423" },
|
||||
{ label: "Hours: 10:30 AM – 8:45 PM", href: "#" },
|
||||
],
|
||||
|
||||
@@ -6,6 +6,7 @@ import TextSplitAbout from "@/components/sections/about/TextSplitAbout";
|
||||
import ContactCenter from "@/components/sections/contact/ContactCenter";
|
||||
import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
|
||||
import Link from "next/link";
|
||||
import { MapPin, Phone } from "lucide-react";
|
||||
|
||||
export default function LocationPage() {
|
||||
return (
|
||||
@@ -21,7 +22,6 @@ export default function LocationPage() {
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="light"
|
||||
>
|
||||
{/* Navbar */}
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
brandName="Pho Dai Loi"
|
||||
@@ -32,48 +32,39 @@ export default function LocationPage() {
|
||||
{ name: "Reviews", id: "/reviews" },
|
||||
{ name: "Location", id: "/location" },
|
||||
]}
|
||||
button={{ text: "Call Now", href: "tel:(404)363-2423" }}
|
||||
button={{
|
||||
text: "Call Now", href: "tel:(404)363-2423"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
{/* Location Section */}
|
||||
<div id="location" data-section="location">
|
||||
<TextSplitAbout
|
||||
title="Visit Us"
|
||||
title="Find Us"
|
||||
description={[
|
||||
"Located at 4061 Jonesboro Rd, Forest Park, GA 30297 - conveniently close to ATL airport and local businesses.",
|
||||
"Easy parking available. Open Mon–Sun until 8:45 PM. Perfect for lunch breaks, family dinners, or takeout whenever you're craving authentic Vietnamese cuisine.",
|
||||
]}
|
||||
"Conveniently located at 4061 Jonesboro Rd, Forest Park, GA 30297 - just minutes from Hartsfield-Jackson Atlanta International Airport and downtown Forest Park.", "We offer easy parking, spacious seating for dine-in, and a quick counter for takeout orders. Our warm, welcoming atmosphere makes us the perfect spot for a quick lunch, family dinner, or casual meal with friends."]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Directions",
|
||||
href: "https://maps.google.com/?q=4061+Jonesboro+Rd+Forest+Park+GA",
|
||||
},
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:(404)363-2423",
|
||||
},
|
||||
text: "Get Directions", href: "https://maps.google.com/?q=4061+Jonesboro+Rd+Forest+Park+GA"},
|
||||
{ text: "Call Now", href: "tel:(404)363-2423" },
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
{/* CTA Section */}
|
||||
<div id="cta-section" data-section="cta-section">
|
||||
<ContactCenter
|
||||
tag="Order Now"
|
||||
title="Craving Pho Tonight?"
|
||||
description="Call us now for takeout, or stop by for dine-in. Fresh, delicious Vietnamese food ready for you."
|
||||
tagIcon="Phone"
|
||||
tag="Hours & Contact"
|
||||
title="Plan Your Visit"
|
||||
description="Open Monday through Sunday with convenient hours to fit your schedule. Whether you're craving a quick lunch or planning a relaxed dinner, we're here for you."
|
||||
tagIcon={MapPin}
|
||||
inputPlaceholder="Enter your email"
|
||||
buttonText="Call Now"
|
||||
termsText="Phone: (404) 363-2423 | Hours: Mon–Sun 10:30 AM – 8:45 PM"
|
||||
termsText="Hours: Mon–Sun 10:30 AM – 8:45 PM | Phone: (404) 363-2423 | Easy parking available"
|
||||
background={{ variant: "radial-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
{/* Footer */}
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
logoText="Pho Dai Loi"
|
||||
@@ -95,9 +86,7 @@ export default function LocationPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Address",
|
||||
href: "https://maps.google.com/?q=4061+Jonesboro+Rd+Forest+Park+GA",
|
||||
},
|
||||
label: "Address", href: "https://maps.google.com/?q=4061+Jonesboro+Rd+Forest+Park+GA"},
|
||||
{ label: "Phone", href: "tel:(404)363-2423" },
|
||||
{ label: "Hours: 10:30 AM – 8:45 PM", href: "#" },
|
||||
],
|
||||
|
||||
220
src/app/page.tsx
220
src/app/page.tsx
@@ -1,6 +1,5 @@
|
||||
"use client";
|
||||
|
||||
import Link from "next/link";
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
|
||||
import HeroLogoBillboard from "@/components/sections/hero/HeroLogoBillboard";
|
||||
@@ -10,41 +9,10 @@ import TestimonialCardSixteen from "@/components/sections/testimonial/Testimonia
|
||||
import TextSplitAbout from "@/components/sections/about/TextSplitAbout";
|
||||
import ContactCenter from "@/components/sections/contact/ContactCenter";
|
||||
import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
|
||||
import { Chef, Utensils, Zap, DollarSign, Heart, Phone } from "lucide-react";
|
||||
import Link from "next/link";
|
||||
import { Utensils, Zap, DollarSign, Heart, Phone } from "lucide-react";
|
||||
|
||||
export default function HomePage() {
|
||||
const navItems = [
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Menu", id: "/menu" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Reviews", id: "/reviews" },
|
||||
{ name: "Location", id: "/location" },
|
||||
];
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "Menu", href: "/menu" },
|
||||
{ label: "About", href: "/about" },
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{ label: "Reviews", href: "/reviews" },
|
||||
{ label: "Location", href: "/location" },
|
||||
{ label: "Contact", href: "tel:(404)363-2423" },
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{ label: "Address", href: "https://maps.google.com/?q=4061+Jonesboro+Rd+Forest+Park+GA" },
|
||||
{ label: "Phone", href: "tel:(404)363-2423" },
|
||||
{ label: "Hours: 10:30 AM – 8:45 PM", href: "#" },
|
||||
],
|
||||
},
|
||||
];
|
||||
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="shift-hover"
|
||||
@@ -58,42 +26,37 @@ export default function HomePage() {
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="light"
|
||||
>
|
||||
{/* Navbar */}
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
brandName="Pho Dai Loi"
|
||||
navItems={navItems}
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Menu", id: "/menu" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Reviews", id: "/reviews" },
|
||||
{ name: "Location", id: "/location" },
|
||||
]}
|
||||
button={{
|
||||
text: "Call Now",
|
||||
href: "tel:(404)363-2423",
|
||||
}}
|
||||
text: "Call Now", href: "tel:(404)363-2423"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
{/* Hero Section */}
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
logoText="Pho Dai Loi"
|
||||
description="Authentic Vietnamese Pho in Forest Park. Fresh ingredients, rich broth, and generous portions locals love. ⭐ 4.6 rating • 2,000+ reviews • $10–$20 per person"
|
||||
buttons={[
|
||||
{
|
||||
text: "Call to Order",
|
||||
href: "tel:(404)363-2423",
|
||||
},
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "/menu",
|
||||
},
|
||||
{ text: "Call to Order", href: "tel:(404)363-2423" },
|
||||
{ text: "View Menu", href: "#menu" },
|
||||
]}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/soup-with-broccoli-tomatoes-mushrooms-greens_141793-1273.jpg?_wi=1"
|
||||
imageAlt="Steaming pho bowl with fresh herbs"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/soup-with-broccoli-tomatoes-mushrooms-greens_141793-1273.jpg"
|
||||
imageAlt="steaming pho bowl Vietnamese fresh herbs"
|
||||
mediaAnimation="slide-up"
|
||||
frameStyle="card"
|
||||
/>
|
||||
</div>
|
||||
|
||||
{/* Signature Dishes Section */}
|
||||
<div id="signature-dishes" data-section="signature-dishes">
|
||||
<ProductCardOne
|
||||
title="Signature Dishes"
|
||||
@@ -105,44 +68,18 @@ export default function HomePage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Pho Beef Soup",
|
||||
price: "$12.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-chinese-hot-pot_23-2149529759.jpg?_wi=1",
|
||||
imageAlt: "beef pho Vietnamese noodle soup",
|
||||
},
|
||||
id: "1", name: "Pho Beef Soup", price: "$12.99", imageSrc: "http://img.b2bpic.net/free-photo/top-view-chinese-hot-pot_23-2149529759.jpg", imageAlt: "beef pho Vietnamese noodle soup"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Banh Mi Sandwich",
|
||||
price: "$9.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/picnic-basket-with-delicious-chicken-baguette-sandwich_1147-503.jpg?_wi=1",
|
||||
imageAlt: "Vietnamese banh mi sandwich fresh",
|
||||
},
|
||||
id: "2", name: "Banh Mi Sandwich", price: "$9.99", imageSrc: "http://img.b2bpic.net/free-photo/picnic-basket-with-delicious-chicken-baguette-sandwich_1147-503.jpg", imageAlt: "Vietnamese banh mi sandwich fresh"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Vermicelli Bowl",
|
||||
price: "$11.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spaghetti-black-cup-with-tomatoes-lettuce_1150-23168.jpg?_wi=1",
|
||||
imageAlt: "Vietnamese vermicelli noodle bowl pork",
|
||||
},
|
||||
id: "3", name: "Vermicelli Bowl", price: "$11.99", imageSrc: "http://img.b2bpic.net/free-photo/spaghetti-black-cup-with-tomatoes-lettuce_1150-23168.jpg", imageAlt: "Vietnamese vermicelli noodle bowl pork"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Spring Rolls",
|
||||
price: "$6.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/burito-with-chicken-vegetables-wooden-board_140725-4489.jpg?_wi=1",
|
||||
imageAlt: "Vietnamese spring rolls fresh herbs",
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "See Full Menu",
|
||||
href: "/menu",
|
||||
},
|
||||
id: "4", name: "Spring Rolls", price: "$6.99", imageSrc: "http://img.b2bpic.net/free-photo/burito-with-chicken-vegetables-wooden-board_140725-4489.jpg", imageAlt: "Vietnamese spring rolls fresh herbs"},
|
||||
]}
|
||||
buttons={[{ text: "See Full Menu", href: "#menu" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
{/* Why Us Section */}
|
||||
<div id="why-us" data-section="why-us">
|
||||
<FeatureBorderGlow
|
||||
title="Why Locals Love Pho Dai Loi"
|
||||
@@ -152,35 +89,24 @@ export default function HomePage() {
|
||||
animationType="slide-up"
|
||||
features={[
|
||||
{
|
||||
icon: Chef,
|
||||
title: "Authentic Recipes",
|
||||
description: "Traditional Vietnamese recipes passed down through generations, using time-honored techniques",
|
||||
},
|
||||
icon: Utensils,
|
||||
title: "Authentic Recipes", description: "Traditional Vietnamese recipes passed down through generations, using time-honored techniques"},
|
||||
{
|
||||
icon: Utensils,
|
||||
title: "Generous Portions",
|
||||
description: "Hearty, satisfying servings that leave you feeling truly nourished and happy",
|
||||
},
|
||||
title: "Generous Portions", description: "Hearty, satisfying servings that leave you feeling truly nourished and happy"},
|
||||
{
|
||||
icon: Zap,
|
||||
title: "Fast Service",
|
||||
description: "Quick, efficient service so you get your delicious meal without waiting long",
|
||||
},
|
||||
title: "Fast Service", description: "Quick, efficient service so you get your delicious meal without waiting long"},
|
||||
{
|
||||
icon: DollarSign,
|
||||
title: "Affordable Prices",
|
||||
description: "Premium quality Vietnamese cuisine at prices that won't break your budget",
|
||||
},
|
||||
title: "Affordable Prices", description: "Premium quality Vietnamese cuisine at prices that won't break your budget"},
|
||||
{
|
||||
icon: Heart,
|
||||
title: "Local Favorite",
|
||||
description: "Trusted by Forest Park residents and airport travelers since we opened",
|
||||
},
|
||||
title: "Local Favorite", description: "Trusted by Forest Park residents and airport travelers since we opened"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
{/* Testimonials Section */}
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSixteen
|
||||
title="What Our Customers Say"
|
||||
@@ -191,82 +117,40 @@ export default function HomePage() {
|
||||
animationType="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
role: "Local Resident",
|
||||
company: "Forest Park",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shot-beautiful-young-businesswoman-wearing-blue-chiffon-shirt-while-standing-with-folded-arms-black-wall_158595-6868.jpg?_wi=1",
|
||||
imageAlt: "happy woman smiling portrait professional headshot",
|
||||
},
|
||||
id: "1", name: "Sarah Johnson", role: "Local Resident", company: "Forest Park", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shot-beautiful-young-businesswoman-wearing-blue-chiffon-shirt-while-standing-with-folded-arms-black-wall_158595-6868.jpg", imageAlt: "happy woman smiling portrait professional headshot"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
role: "Frequent Visitor",
|
||||
company: "ATL Airport Area",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1602.jpg?_wi=1",
|
||||
imageAlt: "happy man smiling professional portrait headshot",
|
||||
},
|
||||
id: "2", name: "Michael Chen", role: "Frequent Visitor", company: "ATL Airport Area", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1602.jpg", imageAlt: "happy man smiling professional portrait headshot"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez",
|
||||
role: "Business Owner",
|
||||
company: "Forest Park",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-face-gorgeous-latin-american-woman_1262-5766.jpg?_wi=1",
|
||||
imageAlt: "happy Latina woman smiling portrait professional",
|
||||
},
|
||||
id: "3", name: "Emily Rodriguez", role: "Business Owner", company: "Forest Park", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-face-gorgeous-latin-american-woman_1262-5766.jpg", imageAlt: "happy Latina woman smiling portrait professional"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
role: "Regular Customer",
|
||||
company: "Local",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman_1098-66.jpg?_wi=1",
|
||||
imageAlt: "happy Asian man smiling professional portrait",
|
||||
},
|
||||
id: "4", name: "David Kim", role: "Regular Customer", company: "Local", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman_1098-66.jpg", imageAlt: "happy Asian man smiling professional portrait"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "2,000+",
|
||||
label: "Happy Reviews",
|
||||
},
|
||||
{
|
||||
value: "4.6★",
|
||||
label: "Customer Rating",
|
||||
},
|
||||
{
|
||||
value: "10+",
|
||||
label: "Years Serving Forest Park",
|
||||
},
|
||||
{ value: "2,000+", label: "Happy Reviews" },
|
||||
{ value: "4.6★", label: "Customer Rating" },
|
||||
{ value: "10+", label: "Years Serving Forest Park" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
{/* Location Section */}
|
||||
<div id="location" data-section="location">
|
||||
<TextSplitAbout
|
||||
title="Visit Us"
|
||||
description={[
|
||||
"Located at 4061 Jonesboro Rd, Forest Park, GA 30297 - conveniently close to ATL airport and local businesses.",
|
||||
"Easy parking available. Open Mon–Sun until 8:45 PM. Perfect for lunch breaks, family dinners, or takeout whenever you're craving authentic Vietnamese cuisine.",
|
||||
]}
|
||||
"Located at 4061 Jonesboro Rd, Forest Park, GA 30297 - conveniently close to ATL airport and local businesses.", "Easy parking available. Open Mon–Sun until 8:45 PM. Perfect for lunch breaks, family dinners, or takeout whenever you're craving authentic Vietnamese cuisine."]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Directions",
|
||||
href: "https://maps.google.com/?q=4061+Jonesboro+Rd+Forest+Park+GA",
|
||||
},
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:(404)363-2423",
|
||||
},
|
||||
text: "Get Directions", href: "https://maps.google.com/?q=4061+Jonesboro+Rd+Forest+Park+GA"},
|
||||
{ text: "Call Now", href: "tel:(404)363-2423" },
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
{/* CTA Section */}
|
||||
<div id="cta-section" data-section="cta-section">
|
||||
<ContactCenter
|
||||
tag="Order Now"
|
||||
@@ -281,11 +165,33 @@ export default function HomePage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
{/* Footer */}
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
logoText="Pho Dai Loi"
|
||||
columns={footerColumns}
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "Menu", href: "/menu" },
|
||||
{ label: "About", href: "/about" },
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{ label: "Reviews", href: "/reviews" },
|
||||
{ label: "Location", href: "/location" },
|
||||
{ label: "Contact", href: "tel:(404)363-2423" },
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Address", href: "https://maps.google.com/?q=4061+Jonesboro+Rd+Forest+Park+GA"},
|
||||
{ label: "Phone", href: "tel:(404)363-2423" },
|
||||
{ label: "Hours: 10:30 AM – 8:45 PM", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
|
||||
Reference in New Issue
Block a user