Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9277f0b51f | |||
| 694fb576ae | |||
| 491f042fcd |
63
src/app/contact/page.tsx
Normal file
63
src/app/contact/page.tsx
Normal file
@@ -0,0 +1,63 @@
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import { Mail } from "lucide-react";
|
||||
|
||||
export default function ContactPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="text-stagger"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
borderRadius="soft"
|
||||
contentWidth="mediumLarge"
|
||||
sizing="largeSizeMediumTitles"
|
||||
background="fluid"
|
||||
cardStyle="gradient-mesh"
|
||||
primaryButtonStyle="flat"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="semibold"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Menu", id: "/#menu" },
|
||||
{ name: "Quality", id: "/#quality" },
|
||||
{ name: "Offers", id: "/#offers" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="FlavorHaven"
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
tag="Contact Us"
|
||||
title="We'd Love to Hear From You"
|
||||
description="Have questions or want to make a reservation? Reach out to our team and we'll get back to you promptly."
|
||||
buttons={[
|
||||
{ text: "Call Us", href: "tel:+1234567890" },
|
||||
{ text: "Email Us", href: "mailto:hello@flavorhaven.com" },
|
||||
]}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{ title: "Our Restaurant", items: [{ label: "About Us", href: "#" }, { label: "Menu", href: "/#menu" }, { label: "Quality Standards", href: "/#quality" }] },
|
||||
{ title: "Support", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Offer", href: "#" }, { label: "Contact", href: "/contact" }] },
|
||||
]}
|
||||
bottomLeftText="© 2024 FlavorHaven. All rights reserved."
|
||||
bottomRightText="123 Local Lane, City, Country"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
307
src/app/page.tsx
307
src/app/page.tsx
@@ -29,22 +29,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Menu",
|
||||
id: "#menu",
|
||||
},
|
||||
{
|
||||
name: "Quality",
|
||||
id: "#quality",
|
||||
},
|
||||
{
|
||||
name: "Offers",
|
||||
id: "#offers",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
{ name: "Menu", id: "#menu" },
|
||||
{ name: "Quality", id: "#quality" },
|
||||
{ name: "Offers", id: "#offers" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="FlavorHaven"
|
||||
/>
|
||||
@@ -52,66 +40,28 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Fresh, Authentic Flavors. Made with Heart."
|
||||
description="Experience the warmth of traditional hospitality. We source only the freshest ingredients to bring you authentic, quality-guaranteed meals every single time."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiley-mother-daughter-side-view_23-2149854624.jpg",
|
||||
alt: "Diner 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-beautiful-girl-sitting-cafe_176420-5900.jpg",
|
||||
alt: "Diner 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-woman-having-lunch-restaurant_23-2150491811.jpg",
|
||||
alt: "Diner 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/girl-with-cheesecake_1303-3945.jpg",
|
||||
alt: "Diner 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-bartender-with-arms-crossed-leaning-bar-counter_107420-65491.jpg",
|
||||
alt: "Diner 5",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/smiley-mother-daughter-side-view_23-2149854624.jpg", alt: "Diner 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/young-beautiful-girl-sitting-cafe_176420-5900.jpg", alt: "Diner 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/front-view-woman-having-lunch-restaurant_23-2150491811.jpg", alt: "Diner 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/girl-with-cheesecake_1303-3945.jpg", alt: "Diner 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-bartender-with-arms-crossed-leaning-bar-counter_107420-65491.jpg", alt: "Diner 5" },
|
||||
]}
|
||||
avatarText="Join 1000+ satisfied local guests"
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:+1234567890",
|
||||
},
|
||||
{ text: "View Menu", href: "#menu" },
|
||||
{ text: "Call Now", href: "tel:+1234567890" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Locally Sourced",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Organic Ingredients",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Traditional Recipes",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Family Owned",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Fresh Daily",
|
||||
},
|
||||
{ type: "text", text: "Locally Sourced" },
|
||||
{ type: "text", text: "Organic Ingredients" },
|
||||
{ type: "text", text: "Traditional Recipes" },
|
||||
{ type: "text", text: "Family Owned" },
|
||||
{ type: "text", text: "Fresh Daily" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -121,30 +71,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
tag: "Freshness",
|
||||
title: "Farm to Table",
|
||||
subtitle: "Sourced Locally",
|
||||
description: "We source fresh produce daily from local farms to ensure peak nutritional value and unmatched flavor.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-cabbage-woman-s-hand-kitchen-table-vegetables_169016-23776.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
tag: "Hygiene",
|
||||
title: "Strict Standards",
|
||||
subtitle: "Safety First",
|
||||
description: "Our kitchen follows rigorous sanitation protocols for complete peace of mind while dining.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-cuts-cabbage-cucumbers-wooden-board-closeup_169016-50022.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
tag: "Authentic",
|
||||
title: "No Shortcuts",
|
||||
subtitle: "Real Ingredients",
|
||||
description: "We never use artificial colors or additives. Only high-quality herbs, spices, and whole foods.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/assortment-delicious-autumnal-vegetables_23-2148647932.jpg?_wi=1",
|
||||
},
|
||||
{ id: 1, tag: "Freshness", title: "Farm to Table", subtitle: "Sourced Locally", description: "We source fresh produce daily from local farms to ensure peak nutritional value and unmatched flavor.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-cabbage-woman-s-hand-kitchen-table-vegetables_169016-23776.jpg?_wi=1" },
|
||||
{ id: 2, tag: "Hygiene", title: "Strict Standards", subtitle: "Safety First", description: "Our kitchen follows rigorous sanitation protocols for complete peace of mind while dining.", imageSrc: "http://img.b2bpic.net/free-photo/woman-cuts-cabbage-cucumbers-wooden-board-closeup_169016-50022.jpg?_wi=1" },
|
||||
{ id: 3, tag: "Authentic", title: "No Shortcuts", subtitle: "Real Ingredients", description: "We never use artificial colors or additives. Only high-quality herbs, spices, and whole foods.", imageSrc: "http://img.b2bpic.net/free-photo/assortment-delicious-autumnal-vegetables_23-2148647932.jpg?_wi=1" },
|
||||
]}
|
||||
title="Our Quality Standards"
|
||||
description="We believe in total transparency. Every ingredient is sourced with care to ensure your meal is always fresh, delicious, and healthy."
|
||||
@@ -158,42 +87,12 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Butter Chicken",
|
||||
price: "$18.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-cabbage-woman-s-hand-kitchen-table-vegetables_169016-23776.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Chicken 777",
|
||||
price: "$15.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-cuts-cabbage-cucumbers-wooden-board-closeup_169016-50022.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Garlic Naan",
|
||||
price: "$4.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/assortment-delicious-autumnal-vegetables_23-2148647932.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Paneer Tikka",
|
||||
price: "$14.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-cabbage-woman-s-hand-kitchen-table-vegetables_169016-23776.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Dal Makhani",
|
||||
price: "$12.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-cuts-cabbage-cucumbers-wooden-board-closeup_169016-50022.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Veg Biryani",
|
||||
price: "$16.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/assortment-delicious-autumnal-vegetables_23-2148647932.jpg?_wi=3",
|
||||
},
|
||||
{ id: "p1", name: "Butter Chicken", price: "$18.00", imageSrc: "http://img.b2bpic.net/free-photo/closeup-cabbage-woman-s-hand-kitchen-table-vegetables_169016-23776.jpg?_wi=2" },
|
||||
{ id: "p2", name: "Chicken 777", price: "$15.00", imageSrc: "http://img.b2bpic.net/free-photo/woman-cuts-cabbage-cucumbers-wooden-board-closeup_169016-50022.jpg?_wi=2" },
|
||||
{ id: "p3", name: "Garlic Naan", price: "$4.00", imageSrc: "http://img.b2bpic.net/free-photo/assortment-delicious-autumnal-vegetables_23-2148647932.jpg?_wi=2" },
|
||||
{ id: "p4", name: "Paneer Tikka", price: "$14.00", imageSrc: "http://img.b2bpic.net/free-photo/closeup-cabbage-woman-s-hand-kitchen-table-vegetables_169016-23776.jpg?_wi=3" },
|
||||
{ id: "p5", name: "Dal Makhani", price: "$12.00", imageSrc: "http://img.b2bpic.net/free-photo/woman-cuts-cabbage-cucumbers-wooden-board-closeup_169016-50022.jpg?_wi=3" },
|
||||
{ id: "p6", name: "Veg Biryani", price: "$16.00", imageSrc: "http://img.b2bpic.net/free-photo/assortment-delicious-autumnal-vegetables_23-2148647932.jpg?_wi=3" },
|
||||
]}
|
||||
title="Chef's Recommendations"
|
||||
description="Discover our signature dishes, meticulously prepared to give you the most authentic taste of tradition."
|
||||
@@ -206,40 +105,8 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{
|
||||
id: "offer1",
|
||||
badge: "Dine-In",
|
||||
price: "10% OFF",
|
||||
subtitle: "Weekdays Only",
|
||||
buttons: [
|
||||
{
|
||||
text: "Claim Now",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
features: [
|
||||
"Valid on bills over $50",
|
||||
"Dine-in only",
|
||||
"Mon-Thu",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "offer2",
|
||||
badge: "Group",
|
||||
price: "Free Starter",
|
||||
subtitle: "For 4+ Guests",
|
||||
buttons: [
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
features: [
|
||||
"Any starter of your choice",
|
||||
"Valid for group booking",
|
||||
"Requires reservation",
|
||||
],
|
||||
},
|
||||
{ id: "offer1", badge: "Dine-In", price: "10% OFF", subtitle: "Weekdays Only", buttons: [{ text: "Claim Now", href: "/contact" }], features: ["Valid on bills over $50", "Dine-in only", "Mon-Thu"] },
|
||||
{ id: "offer2", badge: "Group", price: "Free Starter", subtitle: "For 4+ Guests", buttons: [{ text: "Book Now", href: "/contact" }], features: ["Any starter of your choice", "Valid for group booking", "Requires reservation"] },
|
||||
]}
|
||||
title="Current Offers"
|
||||
description="Transparent, honest promotions. No hidden terms, just great value for your dining experience."
|
||||
@@ -251,126 +118,22 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah J.",
|
||||
date: "Oct 2023",
|
||||
title: "Local Diner",
|
||||
quote: "The staff here treats you like family! Such a welcoming vibe and the butter chicken is divine.",
|
||||
tag: "Excellent",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/smiley-mother-daughter-side-view_23-2149854624.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wicker-gray-table-with-glass-gray-chairs_140725-3025.jpg",
|
||||
imageAlt: "cozy restaurant dining interior warm light",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Mark D.",
|
||||
date: "Sep 2023",
|
||||
title: "Frequent Guest",
|
||||
quote: "Finally, a place that uses fresh ingredients. You can actually taste the quality. My go-to spot.",
|
||||
tag: "Quality",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/young-beautiful-girl-sitting-cafe_176420-5900.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-cabbage-woman-s-hand-kitchen-table-vegetables_169016-23776.jpg?_wi=4",
|
||||
imageAlt: "fresh organic vegetables kitchen ingredients",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Emily P.",
|
||||
date: "Aug 2023",
|
||||
title: "Group Planner",
|
||||
quote: "We celebrated a birthday here and the hospitality was perfect. Everyone loved the Chicken 777!",
|
||||
tag: "Hospitality",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/front-view-woman-having-lunch-restaurant_23-2150491811.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-cuts-cabbage-cucumbers-wooden-board-closeup_169016-50022.jpg?_wi=4",
|
||||
imageAlt: "fresh spices herbs kitchen ingredient",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David L.",
|
||||
date: "Jul 2023",
|
||||
title: "Food Enthusiast",
|
||||
quote: "Authentic, clean, and delicious. It's refreshing to see a menu that focuses on quality over quantity.",
|
||||
tag: "Authentic",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/girl-with-cheesecake_1303-3945.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/assortment-delicious-autumnal-vegetables_23-2148647932.jpg?_wi=4",
|
||||
imageAlt: "fresh farm produce vegetables fruits",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Jessica R.",
|
||||
date: "Jun 2023",
|
||||
title: "Regular Visitor",
|
||||
quote: "The ambience is lovely, quiet yet lively. Highly recommend the garlic naan. Best in town.",
|
||||
tag: "Ambience",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-bartender-with-arms-crossed-leaning-bar-counter_107420-65491.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-mother-daughter-side-view_23-2149854624.jpg",
|
||||
imageAlt: "happy customer dining restaurant smile",
|
||||
},
|
||||
{ id: "t1", name: "Sarah J.", date: "Oct 2023", title: "Local Diner", quote: "The staff here treats you like family! Such a welcoming vibe and the butter chicken is divine.", tag: "Excellent", avatarSrc: "http://img.b2bpic.net/free-photo/smiley-mother-daughter-side-view_23-2149854624.jpg", imageSrc: "http://img.b2bpic.net/free-photo/wicker-gray-table-with-glass-gray-chairs_140725-3025.jpg", imageAlt: "cozy restaurant dining interior warm light" },
|
||||
{ id: "t2", name: "Mark D.", date: "Sep 2023", title: "Frequent Guest", quote: "Finally, a place that uses fresh ingredients. You can actually taste the quality. My go-to spot.", tag: "Quality", avatarSrc: "http://img.b2bpic.net/free-photo/young-beautiful-girl-sitting-cafe_176420-5900.jpg", imageSrc: "http://img.b2bpic.net/free-photo/closeup-cabbage-woman-s-hand-kitchen-table-vegetables_169016-23776.jpg?_wi=4", imageAlt: "fresh organic vegetables kitchen ingredients" },
|
||||
{ id: "t3", name: "Emily P.", date: "Aug 2023", title: "Group Planner", quote: "We celebrated a birthday here and the hospitality was perfect. Everyone loved the Chicken 777!", tag: "Hospitality", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-woman-having-lunch-restaurant_23-2150491811.jpg", imageSrc: "http://img.b2bpic.net/free-photo/woman-cuts-cabbage-cucumbers-wooden-board-closeup_169016-50022.jpg?_wi=4", imageAlt: "fresh spices herbs kitchen ingredient" },
|
||||
{ id: "t4", name: "David L.", date: "Jul 2023", title: "Food Enthusiast", quote: "Authentic, clean, and delicious. It's refreshing to see a menu that focuses on quality over quantity.", tag: "Authentic", avatarSrc: "http://img.b2bpic.net/free-photo/girl-with-cheesecake_1303-3945.jpg", imageSrc: "http://img.b2bpic.net/free-photo/assortment-delicious-autumnal-vegetables_23-2148647932.jpg?_wi=4", imageAlt: "fresh farm produce vegetables fruits" },
|
||||
{ id: "t5", name: "Jessica R.", date: "Jun 2023", title: "Regular Visitor", quote: "The ambience is lovely, quiet yet lively. Highly recommend the garlic naan. Best in town.", tag: "Ambience", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-bartender-with-arms-crossed-leaning-bar-counter_107420-65491.jpg", imageSrc: "http://img.b2bpic.net/free-photo/smiley-mother-daughter-side-view_23-2149854624.jpg", imageAlt: "happy customer dining restaurant smile" },
|
||||
]}
|
||||
title="Hear From Our Guests"
|
||||
description="People love our service, the atmosphere, and most importantly, the honest, fresh taste of our food."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
tag="Inquiry"
|
||||
title="Ready to Dine with Us?"
|
||||
description="Book a table, inquire about party events, or place a delivery order. We're here to help."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "mailto:hello@flavorhaven.com",
|
||||
},
|
||||
{
|
||||
text: "Book a Table",
|
||||
href: "#",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Our Restaurant",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
label: "Quality Standards",
|
||||
href: "#quality",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms of Offer",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Our Restaurant", items: [{ label: "About Us", href: "#" }, { label: "Menu", href: "#menu" }, { label: "Quality Standards", href: "#quality" }] },
|
||||
{ title: "Support", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Offer", href: "#" }, { label: "Contact", href: "/contact" }] },
|
||||
]}
|
||||
bottomLeftText="© 2024 FlavorHaven. All rights reserved."
|
||||
bottomRightText="123 Local Lane, City, Country"
|
||||
|
||||
Reference in New Issue
Block a user