Merge version_2 into main #1
@@ -13,7 +13,7 @@ import ContactText from "@/components/sections/contact/ContactText";
|
||||
import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal";
|
||||
import { ChefHat } from "lucide-react";
|
||||
|
||||
export default function ItalianRestaurantPage() {
|
||||
export default function AtlantaFoodPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="icon-arrow"
|
||||
@@ -30,58 +30,58 @@ export default function ItalianRestaurantPage() {
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
brandName="Vino & Velluto"
|
||||
brandName="Atlanta Food"
|
||||
navItems={[
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Reservations", id: "contact" },
|
||||
{ name: "Reviews", id: "testimonials" }
|
||||
{ name: "Contact", id: "contact" },
|
||||
{ name: "Testimonials", id: "testimonials" }
|
||||
]}
|
||||
button={{
|
||||
text: "Book a Table", href: "#contact"
|
||||
text: "Order Online", href: "#contact"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
title="Sophisticated Italian Elegance"
|
||||
description="Experience a modern culinary journey through Italy, where traditional techniques meet contemporary fine dining."
|
||||
title="Atlanta's Finest Flavors"
|
||||
description="Authentic, vibrant, and locally sourced. Experience the best dining in Atlanta where community meets quality."
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
tag="Modern Italian Kitchen"
|
||||
tag="Atlanta Food"
|
||||
tagIcon={ChefHat}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/life-style_1122-1851.jpg"
|
||||
imageAlt="Gourmet Italian fine dining presentation"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/gourmet-meal-served-at-table_23-2148408544.jpg"
|
||||
imageAlt="Atlanta dining experience"
|
||||
buttons={[
|
||||
{ text: "Reserve Now", href: "#contact" },
|
||||
{ text: "Our Menu", href: "#menu" }
|
||||
{ text: "View Menu", href: "#menu" },
|
||||
{ text: "Contact Us", href: "#contact" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<TextAbout
|
||||
title="Vino & Velluto was born from a passion for regional Italian terroir, bringing the soul of the Mediterranean to your table with every curated ingredient."
|
||||
title="Atlanta Food represents the heart of local culinary culture, serving fresh, sustainable, and handcrafted dishes that celebrate the spirit of our vibrant city."
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{ text: "Discover Our Story", href: "#" }
|
||||
{ text: "Learn More", href: "#" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="menu" data-section="menu">
|
||||
<ProductCardOne
|
||||
title="Culinary Highlights"
|
||||
description="From hand-rolled artisan pasta to delicate seafood, our signature collection celebrates seasonal bounty."
|
||||
title="Our Signature Menu"
|
||||
description="Discover our daily specials and local favorites prepared with the freshest ingredients Atlanta has to offer."
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Saffron Infused Risotto", price: "$34", imageSrc: "http://img.b2bpic.net/free-photo/fettuccine-pasta-chicken-mushroom-parmesan-tomato-mint-sumakh-cocktail-side-view_141793-2364.jpg", imageAlt: "Saffron infused risotto"
|
||||
id: "1", name: "Southern Fried Chicken", price: "$24", imageSrc: "http://img.b2bpic.net/free-photo/delicious-fried-chicken-meal_23-2148834927.jpg", imageAlt: "Southern fried chicken"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Truffle Agnolotti", price: "$38", imageSrc: "http://img.b2bpic.net/free-photo/crispy-potato-chips-with-tomato-sauce-snack-concept_1150-23577.jpg", imageAlt: "Handmade truffle pasta"
|
||||
id: "2", name: "Farm Fresh Cobb Salad", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/fresh-cobb-salad-with-grilled-chicken_23-2148782068.jpg", imageAlt: "Fresh Cobb salad"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Classic Panna Cotta", price: "$16", imageSrc: "http://img.b2bpic.net/free-photo/traditional-dessert-with-pomegranate_23-2148395227.jpg", imageAlt: "Berry coulis panna cotta"
|
||||
id: "3", name: "Georgia Peach Cobbler", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/delicious-peach-cobbler_23-2148810237.jpg", imageAlt: "Peach cobbler"
|
||||
}
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
@@ -93,14 +93,14 @@ export default function ItalianRestaurantPage() {
|
||||
|
||||
<div id="impact" data-section="impact">
|
||||
<MetricCardFourteen
|
||||
title="The Art of Perfection"
|
||||
tag="Quality Milestones"
|
||||
title="Atlanta Food by the Numbers"
|
||||
tag="Our Commitment"
|
||||
metrics={[
|
||||
{
|
||||
id: "1", value: "15+", description: "Exclusive regional suppliers sourcing our premium ingredients daily."
|
||||
id: "1", value: "4.9/5", description: "Average rating from thousands of happy local diners."
|
||||
},
|
||||
{
|
||||
id: "2", value: "850+", description: "Curated wine cellar featuring rare Italian vintages."
|
||||
id: "2", value: "24/7", description: "Exceptional service hours for our community members."
|
||||
}
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
@@ -110,14 +110,14 @@ export default function ItalianRestaurantPage() {
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTen
|
||||
title="Guest Perspectives"
|
||||
description="Join an elite community of food enthusiasts who choose Vino & Velluto for their milestone moments."
|
||||
title="What Our Guests Say"
|
||||
description="Join the community of food lovers who call Atlanta Food their favorite destination."
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", title: "A Masterclass in Taste", quote: "Truly the most refined dining experience I have had in years. The balance of tradition and modernity is exceptional.", name: "Isabella Thorne", role: "Wine Connoisseur", imageSrc: "http://img.b2bpic.net/free-photo/elegant-stylish-lady-with-collected-hair-dressed-gold-tshirt-neck-jewelry-is-smiling-camera-posing-beige-background_291650-2401.jpg", imageAlt: "Isabella Thorne"
|
||||
id: "1", title: "Simply incredible", quote: "Best local ingredients and the friendliest staff. Atlanta Food is a true gem in the heart of the city.", name: "Sarah Jennings", role: "Local Resident", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-smiling-cafe_23-2148805908.jpg", imageAlt: "Sarah Jennings"
|
||||
},
|
||||
{
|
||||
id: "2", title: "Impeccable Service", quote: "Beyond the food, the service is world-class. They make every guest feel like the only person in the room.", name: "Julian Vane", role: "Cultural Critic", imageSrc: "http://img.b2bpic.net/free-photo/successful-confident-businessman-glasses-speaking-beige-wall_176420-129.jpg", imageAlt: "Julian Vane"
|
||||
id: "2", title: "Perfect every time", quote: "I never leave disappointed. Whether it's breakfast or dinner, they deliver quality without compromise.", name: "Marcus Thompson", role: "Food Blogger", imageSrc: "http://img.b2bpic.net/free-photo/happy-man-holding-coffee-cup-in-cafe_23-2148805937.jpg", imageAlt: "Marcus Thompson"
|
||||
}
|
||||
]}
|
||||
textboxLayout="default"
|
||||
@@ -127,19 +127,19 @@ export default function ItalianRestaurantPage() {
|
||||
|
||||
<div id="comparison" data-section="comparison">
|
||||
<FeatureCardSixteen
|
||||
title="Refined vs Ordinary"
|
||||
description="We choose excellence in every step of the process, rejecting compromise for pure culinary artistry."
|
||||
title="Quality vs Compromise"
|
||||
description="We choose excellence. See the difference in our approach compared to standard chain dining."
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
negativeCard={{
|
||||
items: [
|
||||
"Mass-produced ingredients", "Standard commercial flavors", "Impersonal rushed seating", "Basic house wines"
|
||||
"Frozen ingredients", "Standardized factory flavors", "Impersonal atmosphere", "Limited community involvement"
|
||||
]
|
||||
}}
|
||||
positiveCard={{
|
||||
items: [
|
||||
"Farm-to-table supply chains", "Complex regional flavor profiles", "Intimate, thoughtful service", "Curated Sommelier wine pairings"
|
||||
"Freshly sourced local produce", "Handcrafted complex recipes", "Warm neighborhood vibe", "Committed to Atlanta community"
|
||||
]
|
||||
}}
|
||||
/>
|
||||
@@ -147,11 +147,11 @@ export default function ItalianRestaurantPage() {
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
text="Your table awaits. Experience the pinnacle of Italian hospitality."
|
||||
text="Find us at 123 Peachtree St, Atlanta, GA. Open Mon-Sun: 10AM - 10PM. Call us at (404) 555-0199 for reservations."
|
||||
background={{ variant: "gradient-bars" }}
|
||||
buttons={[
|
||||
{ text: "Secure Your Reservation", href: "#" },
|
||||
{ text: "Inquire About Events", href: "#" }
|
||||
{ text: "Call Us: (404) 555-0199", href: "tel:+14045550199" },
|
||||
{ text: "Email: hello@atlantafood.com", href: "mailto:hello@atlantafood.com" }
|
||||
]}
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
@@ -159,9 +159,9 @@ export default function ItalianRestaurantPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="Vino & Velluto"
|
||||
leftLink={{ text: "Terms of Service", href: "#" }}
|
||||
rightLink={{ text: "Contact", href: "#" }}
|
||||
logoText="Atlanta Food"
|
||||
leftLink={{ text: "Privacy Policy", href: "#" }}
|
||||
rightLink={{ text: "Support", href: "#" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user