4 Commits

Author SHA1 Message Date
8265f506b5 Update src/app/page.tsx 2025-12-25 16:33:05 +00:00
1b57f21a21 Update src/app/page.tsx 2025-12-25 16:28:20 +00:00
a66bc50967 Update src/app/page.tsx 2025-12-25 16:26:29 +00:00
14d26098a1 Update src/app/page.tsx 2025-12-25 16:24:00 +00:00

View File

@@ -1,10 +1,14 @@
"use client"; "use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import { Card } from "@/components/ui/card"; import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal';
import { Button } from "@/components/ui/button"; import HeroBillboardMetrics from '@/components/sections/hero/HeroBillboardMetrics';
import { Badge } from "@/components/ui/badge"; import SplitAbout from '@/components/sections/about/SplitAbout';
import { Avatar, AvatarImage, AvatarFallback } from "@/components/ui/avatar"; import FeatureCardFifteen from '@/components/sections/feature/FeatureCardFifteen';
import ProductCardSeven from '@/components/sections/product/ProductCardSeven';
import TestimonialCardNine from '@/components/sections/testimonial/TestimonialCardNine';
import ContactFaq from '@/components/sections/contact/ContactFaq';
import FooterMedia from '@/components/sections/footer/FooterMedia';
import { Leaf, Zap, Star, Heart, MapPin } from 'lucide-react'; import { Leaf, Zap, Star, Heart, MapPin } from 'lucide-react';
export default function CoffeePage() { export default function CoffeePage() {
@@ -22,399 +26,296 @@ export default function CoffeePage() {
headingFontWeight="medium" headingFontWeight="medium"
> >
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<nav className="sticky top-0 z-50 bg-background/95 backdrop-blur supports-[backdrop-filter]:bg-background/60"> <NavbarStyleMinimal
<div className="container mx-auto px-4"> brandName="Gloria"
<div className="flex h-16 items-center justify-between"> button={{
<div className="flex items-center space-x-4"> text: "Book a Table",
<h1 className="text-xl font-bold">Gloria</h1> href: "#contact"
</div> }}
<Button variant="default" asChild> />
<a href="#contact">Book a Table</a>
</Button>
</div>
</div>
</nav>
</div> </div>
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<section className="py-24 px-4"> <HeroBillboardMetrics
<div className="container mx-auto"> title="Welcome to Gloria Coffee"
<div className="grid lg:grid-cols-2 gap-12 items-center"> description="Experience the finest specialty coffee in a warm, inviting atmosphere. From our carefully sourced beans to expertly crafted beverages, every cup tells a story."
<div className="space-y-8"> tag="Specialty Coffee House"
<Badge variant="secondary">Specialty Coffee House</Badge> imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766573457718-zh216nxd.jpg"
<h1 className="text-5xl font-bold leading-tight">Welcome to Gloria Coffee</h1> imageAlt="Gloria Coffee House"
<p className="text-xl text-muted-foreground">Experience the finest specialty coffee in a warm, inviting atmosphere. From our carefully sourced beans to expertly crafted beverages, every cup tells a story.</p> frameStyle="card"
<div className="flex gap-4"> metricsLabel="Trusted by coffee lovers and professionals worldwide"
<Button size="lg" asChild> metrics={[
<a href="#products">Explore Menu</a> {
</Button> id: "1",
<Button size="lg" variant="outline" asChild> value: "15+",
<a href="#contact">Visit Us</a> label: "Years of Excellence"
</Button> },
</div> {
<div className="grid grid-cols-3 gap-8 pt-8"> id: "2",
<div className="text-center"> value: "1000+",
<div className="text-3xl font-bold">15+</div> label: "Happy Customers Daily"
<div className="text-sm text-muted-foreground">Years of Excellence</div> },
</div> {
<div className="text-center"> id: "3",
<div className="text-3xl font-bold">1000+</div> value: "50+",
<div className="text-sm text-muted-foreground">Happy Customers Daily</div> label: "Premium Coffee Blends"
</div> }
<div className="text-center"> ]}
<div className="text-3xl font-bold">50+</div> buttons={[
<div className="text-sm text-muted-foreground">Premium Coffee Blends</div> {
</div> text: "Explore Menu",
</div> href: "#products"
</div> },
<div className="relative"> {
<Card className="overflow-hidden"> text: "Visit Us",
<img href: "#contact"
src="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766573457718-zh216nxd.jpg" }
alt="Gloria Coffee House" ]}
className="w-full h-96 object-cover" />
/>
</Card>
</div>
</div>
</div>
</section>
</div> </div>
<div id="about" data-section="about"> <div id="about" data-section="about">
<section className="py-24 px-4"> <SplitAbout
<div className="container mx-auto"> title="Our Story"
<div className="grid lg:grid-cols-2 gap-12 items-center"> description="Gloria Coffee was founded with a simple passion: to bring the world's finest coffees to your cup. We believe every sip should be a moment of joy and connection."
<div className="space-y-8"> imagePosition="right"
<h2 className="text-4xl font-bold">Our Story</h2> textboxLayout="default"
<p className="text-lg text-muted-foreground">Gloria Coffee was founded with a simple passion: to bring the world's finest coffees to your cup. We believe every sip should be a moment of joy and connection.</p> useInvertedBackground="noInvert"
<div className="space-y-6"> imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766504475843-rx4nokgi.jpg"
<div className="flex gap-4"> imageAlt="Gloria Coffee Interior"
<div className="flex-shrink-0"> bulletPoints={[
<div className="w-12 h-12 bg-primary/10 rounded-lg flex items-center justify-center"> {
<Leaf className="w-6 h-6 text-primary" /> title: "Ethically Sourced",
</div> description: "We partner directly with sustainable coffee farms around the world",
</div> icon: Leaf
<div> },
<h3 className="font-semibold mb-2">Ethically Sourced</h3> {
<p className="text-muted-foreground">We partner directly with sustainable coffee farms around the world</p> title: "Expert Baristas",
</div> description: "Our trained professionals craft each drink with precision and care",
</div> icon: Zap
<div className="flex gap-4"> },
<div className="flex-shrink-0"> {
<div className="w-12 h-12 bg-primary/10 rounded-lg flex items-center justify-center"> title: "Premium Quality",
<Zap className="w-6 h-6 text-primary" /> description: "Only the finest beans and ingredients make it to your cup",
</div> icon: Star
</div> },
<div> {
<h3 className="font-semibold mb-2">Expert Baristas</h3> title: "Community Focus",
<p className="text-muted-foreground">Our trained professionals craft each drink with precision and care</p> description: "More than coffee - we're a gathering place for meaningful moments",
</div> icon: Heart
</div> }
<div className="flex gap-4"> ]}
<div className="flex-shrink-0"> />
<div className="w-12 h-12 bg-primary/10 rounded-lg flex items-center justify-center">
<Star className="w-6 h-6 text-primary" />
</div>
</div>
<div>
<h3 className="font-semibold mb-2">Premium Quality</h3>
<p className="text-muted-foreground">Only the finest beans and ingredients make it to your cup</p>
</div>
</div>
<div className="flex gap-4">
<div className="flex-shrink-0">
<div className="w-12 h-12 bg-primary/10 rounded-lg flex items-center justify-center">
<Heart className="w-6 h-6 text-primary" />
</div>
</div>
<div>
<h3 className="font-semibold mb-2">Community Focus</h3>
<p className="text-muted-foreground">More than coffee - we're a gathering place for meaningful moments</p>
</div>
</div>
</div>
</div>
<div className="relative">
<Card className="overflow-hidden">
<img
src="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766504475843-rx4nokgi.jpg"
alt="Gloria Coffee Interior"
className="w-full h-96 object-cover"
/>
</Card>
</div>
</div>
</div>
</section>
</div> </div>
<div id="features" data-section="features"> <div id="features" data-section="features">
<section className="py-24 px-4"> <FeatureCardFifteen
<div className="container mx-auto"> title="Our Specialty Drinks"
<div className="text-center mb-16"> description="Handcrafted beverages that elevate your coffee experience"
<Badge variant="secondary" className="mb-4">Signature Selection</Badge> tag="Signature Selection"
<h2 className="text-4xl font-bold mb-4">Our Specialty Drinks</h2> features={[
<p className="text-xl text-muted-foreground max-w-2xl mx-auto">Handcrafted beverages that elevate your coffee experience</p> {
</div> id: "1",
<div className="grid md:grid-cols-3 gap-8"> title: "Caramel Macchiato",
<Card className="overflow-hidden"> description: "Espresso with steamed milk and signature caramel drizzle",
<img imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766414392169-w4l2sncs.jpg",
src="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766414392169-w4l2sncs.jpg" imageAlt: "Caramel Macchiato"
alt="Caramel Macchiato" },
className="w-full h-48 object-cover" {
/> id: "2",
<div className="p-6"> title: "Single Origin Espresso",
<h3 className="font-semibold text-lg mb-2">Caramel Macchiato</h3> description: "Pure, bold, and perfectly extracted from premium beans",
<p className="text-muted-foreground">Espresso with steamed milk and signature caramel drizzle</p> imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766414395178-77w1rchc.jpg",
</div> imageAlt: "Single Origin Espresso"
</Card> },
<Card className="overflow-hidden"> {
<img id: "3",
src="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766414395178-77w1rchc.jpg" title: "Iced Vanilla Latte",
alt="Single Origin Espresso" description: "Smooth, refreshing, and perfect for warm days",
className="w-full h-48 object-cover" imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766414393098-5j3dbjps.jpg",
/> imageAlt: "Iced Vanilla Latte"
<div className="p-6"> }
<h3 className="font-semibold text-lg mb-2">Single Origin Espresso</h3> ]}
<p className="text-muted-foreground">Pure, bold, and perfectly extracted from premium beans</p> animationType="slide-up"
</div> textboxLayout="default"
</Card> useInvertedBackground="noInvert"
<Card className="overflow-hidden"> />
<img
src="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766414393098-5j3dbjps.jpg"
alt="Iced Vanilla Latte"
className="w-full h-48 object-cover"
/>
<div className="p-6">
<h3 className="font-semibold text-lg mb-2">Iced Vanilla Latte</h3>
<p className="text-muted-foreground">Smooth, refreshing, and perfect for warm days</p>
</div>
</Card>
</div>
</div>
</section>
</div> </div>
<div id="products" data-section="products"> <div id="products" data-section="products">
<section className="py-24 px-4"> <ProductCardSeven
<div className="container mx-auto"> title="Featured Menu Items"
<div className="text-center mb-16"> description="Discover our most loved offerings"
<Badge variant="secondary" className="mb-4">Must Try</Badge> tag="Must Try"
<h2 className="text-4xl font-bold mb-4">Featured Menu Items</h2> products={[
<p className="text-xl text-muted-foreground max-w-2xl mx-auto">Discover our most loved offerings</p> {
</div> id: "1",
<div className="grid md:grid-cols-3 gap-8"> name: "Morning Croissant",
<Card className="overflow-hidden"> price: "$5.99",
<img imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766573458620-djq2znw8.jpg",
src="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766573458620-djq2znw8.jpg" imageAlt: "Butter Croissant"
alt="Butter Croissant" },
className="w-full h-48 object-cover" {
/> id: "2",
<div className="p-6"> name: "Caprese Sandwich",
<div className="flex items-center justify-between mb-2"> price: "$9.99",
<h3 className="font-semibold text-lg">Morning Croissant</h3> imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766414396263-ecaeakat.jpg",
<div className="flex items-center gap-1"> imageAlt: "Fresh Caprese Sandwich"
<Star className="w-4 h-4 fill-yellow-400 text-yellow-400" /> },
<span className="text-sm">4.8</span> {
</div> id: "3",
</div> name: "Chocolate Cake",
<div className="text-2xl font-bold text-primary">$5.99</div> price: "$6.99",
</div> imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766573460458-6fck1vod.jpg",
</Card> imageAlt: "Rich Chocolate Cake"
<Card className="overflow-hidden"> }
<img ]}
src="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766414396263-ecaeakat.jpg" gridVariant="uniform-all-items-equal"
alt="Fresh Caprese Sandwich" animationType="slide-up"
className="w-full h-48 object-cover" textboxLayout="default"
/> useInvertedBackground="noInvert"
<div className="p-6"> carouselMode="buttons"
<div className="flex items-center justify-between mb-2"> />
<h3 className="font-semibold text-lg">Caprese Sandwich</h3>
<div className="flex items-center gap-1">
<Star className="w-4 h-4 fill-yellow-400 text-yellow-400" />
<span className="text-sm">4.9</span>
</div>
</div>
<div className="text-2xl font-bold text-primary">$9.99</div>
</div>
</Card>
<Card className="overflow-hidden">
<img
src="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766573460458-6fck1vod.jpg"
alt="Rich Chocolate Cake"
className="w-full h-48 object-cover"
/>
<div className="p-6">
<div className="flex items-center justify-between mb-2">
<h3 className="font-semibold text-lg">Chocolate Cake</h3>
<div className="flex items-center gap-1">
<Star className="w-4 h-4 fill-yellow-400 text-yellow-400" />
<span className="text-sm">4.7</span>
</div>
</div>
<div className="text-2xl font-bold text-primary">$6.99</div>
</div>
</Card>
</div>
</div>
</section>
</div> </div>
<div id="testimonials" data-section="testimonials"> <div id="testimonials" data-section="testimonials">
<section className="py-24 px-4"> <TestimonialCardNine
<div className="container mx-auto"> title="What Our Customers Say"
<div className="text-center mb-16"> description="Join thousands who've made Gloria their favorite coffeehouse"
<h2 className="text-4xl font-bold mb-4">What Our Customers Say</h2> textboxLayout="default"
<p className="text-xl text-muted-foreground max-w-2xl mx-auto">Join thousands who've made Gloria their favorite coffeehouse</p> useInvertedBackground="noInvert"
</div> testimonials={[
<div className="grid md:grid-cols-2 lg:grid-cols-4 gap-8"> {
<Card className="p-6"> id: "1",
<div className="flex items-center gap-3 mb-4"> quote: "The best espresso I've had outside of Italy. Every barista knows how to perfect each drink.",
<Avatar> name: "Maria Rodriguez",
<AvatarImage src="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766679215769-8spgigse.jpg" alt="Maria Rodriguez" /> role: "Regular Customer",
<AvatarFallback>MR</AvatarFallback> imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766679215769-8spgigse.jpg",
</Avatar> imageAlt: "Maria Rodriguez"
<div> },
<div className="font-semibold">Maria Rodriguez</div> {
<div className="text-sm text-muted-foreground">Regular Customer</div> id: "2",
</div> quote: "Gloria is my creative sanctuary. Great coffee, peaceful ambiance, and amazing staff.",
</div> name: "James Chen",
<p className="text-muted-foreground">"The best espresso I've had outside of Italy. Every barista knows how to perfect each drink."</p> role: "Freelancer",
</Card> imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766508653705-qp2xy5s6.jpg",
<Card className="p-6"> imageAlt: "James Chen"
<div className="flex items-center gap-3 mb-4"> },
<Avatar> {
<AvatarImage src="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766508653705-qp2xy5s6.jpg" alt="James Chen" /> id: "3",
<AvatarFallback>JC</AvatarFallback> quote: "I bring all my clients here for meetings. The atmosphere and quality coffee make the perfect impression.",
</Avatar> name: "Sarah Thompson",
<div> role: "Business Owner",
<div className="font-semibold">James Chen</div> imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766679217178-y1zjo42n.jpg",
<div className="text-sm text-muted-foreground">Freelancer</div> imageAlt: "Sarah Thompson"
</div> },
</div> {
<p className="text-muted-foreground">"Gloria is my creative sanctuary. Great coffee, peaceful ambiance, and amazing staff."</p> id: "4",
</Card> quote: "The team remembers my order and always greets me with a smile. That's customer service done right.",
<Card className="p-6"> name: "Michael Park",
<div className="flex items-center gap-3 mb-4"> role: "Morning Regular",
<Avatar> imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766679218140-bhsns38m.jpg",
<AvatarImage src="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766679217178-y1zjo42n.jpg" alt="Sarah Thompson" /> imageAlt: "Michael Park"
<AvatarFallback>ST</AvatarFallback> }
</Avatar> ]}
<div> />
<div className="font-semibold">Sarah Thompson</div>
<div className="text-sm text-muted-foreground">Business Owner</div>
</div>
</div>
<p className="text-muted-foreground">"I bring all my clients here for meetings. The atmosphere and quality coffee make the perfect impression."</p>
</Card>
<Card className="p-6">
<div className="flex items-center gap-3 mb-4">
<Avatar>
<AvatarImage src="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766679218140-bhsns38m.jpg" alt="Michael Park" />
<AvatarFallback>MP</AvatarFallback>
</Avatar>
<div>
<div className="font-semibold">Michael Park</div>
<div className="text-sm text-muted-foreground">Morning Regular</div>
</div>
</div>
<p className="text-muted-foreground">"The team remembers my order and always greets me with a smile. That's customer service done right."</p>
</Card>
</div>
</div>
</section>
</div> </div>
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<section className="py-24 px-4"> <ContactFaq
<div className="container mx-auto"> ctaTitle="Visit Gloria Coffee"
<div className="grid lg:grid-cols-2 gap-12"> ctaDescription="Join us for your next coffee break. We're open seven days a week."
<div className="space-y-8"> ctaButton={{
<div className="flex items-center gap-3 mb-4"> text: "Get Directions",
<div className="w-12 h-12 bg-primary/10 rounded-lg flex items-center justify-center"> href: "https://maps.google.com"
<MapPin className="w-6 h-6 text-primary" /> }}
</div> ctaIcon={MapPin}
<div> useInvertedBackground="noInvert"
<h2 className="text-3xl font-bold">Visit Gloria Coffee</h2> animationType="slide-up"
</div> accordionAnimationType="smooth"
</div> showCard={true}
<p className="text-lg text-muted-foreground">Join us for your next coffee break. We're open seven days a week.</p> faqs={[
<Button size="lg" asChild> {
<a href="https://maps.google.com">Get Directions</a> id: "1",
</Button> title: "What are your opening hours?",
</div> content: "Monday - Friday: 6:00 AM - 8:00 PM. Saturday - Sunday: 8:00 AM - 9:00 PM. We're closed on major holidays."
<Card className="p-6"> },
<div className="space-y-6"> {
<div> id: "2",
<h3 className="font-semibold mb-3">What are your opening hours?</h3> title: "Do you offer WiFi?",
<p className="text-muted-foreground">Monday - Friday: 6:00 AM - 8:00 PM. Saturday - Sunday: 8:00 AM - 9:00 PM. We're closed on major holidays.</p> content: "Yes, free WiFi is available to all customers. Password is displayed at the counter."
</div> },
<div> {
<h3 className="font-semibold mb-3">Do you offer WiFi?</h3> id: "3",
<p className="text-muted-foreground">Yes, free WiFi is available to all customers. Password is displayed at the counter.</p> title: "Can I reserve a table?",
</div> content: "For groups of 6 or more, we recommend calling ahead at (555) 123-4567 to reserve seating."
<div> },
<h3 className="font-semibold mb-3">Can I reserve a table?</h3> {
<p className="text-muted-foreground">For groups of 6 or more, we recommend calling ahead at (555) 123-4567 to reserve seating.</p> id: "4",
</div> title: "Do you have vegan options?",
<div> content: "Absolutely! We offer plant-based milk alternatives and vegan pastries. Ask our baristas for recommendations."
<h3 className="font-semibold mb-3">Do you have vegan options?</h3> }
<p className="text-muted-foreground">Absolutely! We offer plant-based milk alternatives and vegan pastries. Ask our baristas for recommendations.</p> ]}
</div> />
</div>
</Card>
</div>
</div>
</section>
</div> </div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<footer className="bg-card py-16"> <FooterMedia
<div className="container mx-auto px-4"> imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766565658398-rzdk67xj.jpg"
<div className="grid lg:grid-cols-2 gap-12 mb-12"> imageAlt="Premium Coffee Beans"
<div className="space-y-6"> logoText="Gloria"
<img copyrightText="© 2025 Gloria Coffee. All rights reserved."
src="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766565658398-rzdk67xj.jpg" columns={[
alt="Premium Coffee Beans" {
className="w-full h-64 object-cover rounded-lg" title: "Hours",
/> items: [
</div> {
<div className="grid md:grid-cols-3 gap-8"> label: "Monday - Friday: 6 AM - 8 PM"
<div> },
<h3 className="font-semibold mb-4">Hours</h3> {
<div className="space-y-2 text-muted-foreground"> label: "Saturday - Sunday: 8 AM - 9 PM"
<div>Monday - Friday: 6 AM - 8 PM</div> },
<div>Saturday - Sunday: 8 AM - 9 PM</div> {
<div>Contact: (555) 123-4567</div> label: "Contact: (555) 123-4567"
</div> }
</div> ]
<div> },
<h3 className="font-semibold mb-4">Location</h3> {
<div className="space-y-2 text-muted-foreground"> title: "Location",
<a href="https://maps.google.com" className="block hover:text-primary">123 Coffee Street</a> items: [
<a href="https://maps.google.com" className="block hover:text-primary">Downtown District</a> {
<a href="https://maps.google.com" className="block hover:text-primary">Get Directions</a> label: "123 Coffee Street",
</div> href: "https://maps.google.com"
</div> },
<div> {
<h3 className="font-semibold mb-4">Follow Us</h3> label: "Downtown District",
<div className="space-y-2 text-muted-foreground"> href: "https://maps.google.com"
<a href="https://instagram.com" className="block hover:text-primary">Instagram</a> },
<a href="https://facebook.com" className="block hover:text-primary">Facebook</a> {
<a href="#contact" className="block hover:text-primary">Contact Us</a> label: "Get Directions",
</div> href: "https://maps.google.com"
</div> }
</div> ]
</div> },
<div className="border-t pt-8"> {
<div className="flex items-center justify-between"> title: "Follow Us",
<div className="text-xl font-bold">Gloria</div> items: [
<div className="text-muted-foreground">© 2025 Gloria Coffee. All rights reserved.</div> {
</div> label: "Instagram",
</div> href: "https://instagram.com"
</div> },
</footer> {
label: "Facebook",
href: "https://facebook.com"
},
{
label: "Contact Us",
href: "#contact"
}
]
}
]}
/>
</div> </div>
</ThemeProvider> </ThemeProvider>
); );