Merge version_1 into main #2
347
src/app/page.tsx
347
src/app/page.tsx
@@ -31,131 +31,46 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "reviews",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Reviews", id: "reviews" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="USA Family Restaurant"
|
||||
button={{
|
||||
text: "Order Online",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Order Online", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitTestimonial
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
title="Where Every Meal Feels Like Home"
|
||||
description="Authentic American flavors served with a side of family tradition. Hearty meals, fresh coffee, and that warm, nostalgic feeling you've been missing."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah Miller",
|
||||
handle: "@sarah_eats",
|
||||
testimonial: "The best burger I've had in years. Feels just like Sunday family dinner!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-man-pointing-his-empty-glass-restaurant_23-2149316805.jpg",
|
||||
},
|
||||
{
|
||||
name: "James Chen",
|
||||
handle: "@jchen_food",
|
||||
testimonial: "Amazing coffee and the fajitas are legendary. A true local gem.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-holding-toast-while-enjoying-lunch-with-her-friends-home_637285-5886.jpg",
|
||||
},
|
||||
{
|
||||
name: "Mary O'Connor",
|
||||
handle: "@mary_dines",
|
||||
testimonial: "I love the vibe here. It's so welcoming and perfect for family weekend brunch.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-indian-origin-having-fun_23-2150285278.jpg",
|
||||
},
|
||||
{
|
||||
name: "David Wilson",
|
||||
handle: "@david_wilson",
|
||||
testimonial: "The Dagwood burger is an absolute beast! Seriously delicious food.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-having-dinner-restaurant_23-2148018784.jpg",
|
||||
},
|
||||
{
|
||||
name: "Elena Rodriguez",
|
||||
handle: "@elena_foodie",
|
||||
testimonial: "Fast, friendly, and consistently delicious. My family's favorite spot.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-holding-burger_23-2148705543.jpg",
|
||||
},
|
||||
{ name: "Sarah Miller", handle: "@sarah_eats", testimonial: "The best burger I've had in years. Feels just like Sunday family dinner!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/senior-man-pointing-his-empty-glass-restaurant_23-2149316805.jpg" },
|
||||
{ name: "James Chen", handle: "@jchen_food", testimonial: "Amazing coffee and the fajitas are legendary. A true local gem.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-holding-toast-while-enjoying-lunch-with-her-friends-home_637285-5886.jpg" },
|
||||
{ name: "Mary O'Connor", handle: "@mary_dines", testimonial: "I love the vibe here. It's so welcoming and perfect for family weekend brunch.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/person-indian-origin-having-fun_23-2150285278.jpg" },
|
||||
{ name: "David Wilson", handle: "@david_wilson", testimonial: "The Dagwood burger is an absolute beast! Seriously delicious food.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/couple-having-dinner-restaurant_23-2148018784.jpg" },
|
||||
{ name: "Elena Rodriguez", handle: "@elena_foodie", testimonial: "Fast, friendly, and consistently delicious. My family's favorite spot.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-holding-burger_23-2148705543.jpg" }
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
text: "Get Directions",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-woman-holding-sauce_23-2148773530.jpg?_wi=1"
|
||||
buttons={[{ text: "Explore Menu", href: "#menu" }, { text: "Get Directions", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-woman-holding-sauce_23-2148773530.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-sauce_23-2148773530.jpg",
|
||||
alt: "Customer portrait 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/burgers-with-usa-flags-arrangement_23-2149897369.jpg",
|
||||
alt: "Customer portrait 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/pre-prepared-food-showcasing-ready-eat-delicious-meals-go_23-2151246107.jpg",
|
||||
alt: "Customer portrait 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/aerial-view-person-making-drip-coffee_53876-30608.jpg",
|
||||
alt: "Customer portrait 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/senior-man-pointing-his-empty-glass-restaurant_23-2149316805.jpg",
|
||||
alt: "Customer portrait 5",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-sauce_23-2148773530.jpg", alt: "Customer portrait 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/burgers-with-usa-flags-arrangement_23-2149897369.jpg", alt: "Customer portrait 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/pre-prepared-food-showcasing-ready-eat-delicious-meals-go_23-2151246107.jpg", alt: "Customer portrait 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/aerial-view-person-making-drip-coffee_53876-30608.jpg", alt: "Customer portrait 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/senior-man-pointing-his-empty-glass-restaurant_23-2149316805.jpg", alt: "Customer portrait 5" }
|
||||
]}
|
||||
avatarText="Trusted by 20,000+ happy neighbors"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Hearty Meals",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Family Atmosphere",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Fresh Ingredients",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Classic Diner Vibe",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Quality Service",
|
||||
},
|
||||
{ type: "text", text: "Hearty Meals" },
|
||||
{ type: "text", text: "Family Atmosphere" },
|
||||
{ type: "text", text: "Fresh Ingredients" },
|
||||
{ type: "text", text: "Classic Diner Vibe" },
|
||||
{ type: "text", text: "Quality Service" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -167,60 +82,12 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Diner Classic",
|
||||
name: "Dagwood Burger",
|
||||
price: "$14.99",
|
||||
rating: 5,
|
||||
reviewCount: "1.2k",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/burgers-with-usa-flags-arrangement_23-2149897369.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "Signature",
|
||||
name: "Sizzling Fajitas",
|
||||
price: "$18.50",
|
||||
rating: 5,
|
||||
reviewCount: "840",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pre-prepared-food-showcasing-ready-eat-delicious-meals-go_23-2151246107.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "Diner Staple",
|
||||
name: "Signature Coffee",
|
||||
price: "$3.50",
|
||||
rating: 5,
|
||||
reviewCount: "2.5k",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-person-making-drip-coffee_53876-30608.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "Breakfast",
|
||||
name: "Farmhouse Omelet",
|
||||
price: "$12.99",
|
||||
rating: 4,
|
||||
reviewCount: "620",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sausage-sandwich-with-tomato-lettuce-wooden-plank_176474-2985.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "Lunch",
|
||||
name: "Classic Melt",
|
||||
price: "$11.50",
|
||||
rating: 5,
|
||||
reviewCount: "410",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bowl-with-red-peppers-wooden-fork_1122-973.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
brand: "Dinner",
|
||||
name: "Chicken Pot Pie",
|
||||
price: "$16.00",
|
||||
rating: 5,
|
||||
reviewCount: "320",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-cup-coffee_1098-1142.jpg",
|
||||
},
|
||||
{ id: "p1", brand: "Diner Classic", name: "Dagwood Burger", price: "$14.99", rating: 5, reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/burgers-with-usa-flags-arrangement_23-2149897369.jpg" },
|
||||
{ id: "p2", brand: "Signature", name: "Sizzling Fajitas", price: "$18.50", rating: 5, reviewCount: "840", imageSrc: "http://img.b2bpic.net/free-photo/pre-prepared-food-showcasing-ready-eat-delicious-meals-go_23-2151246107.jpg" },
|
||||
{ id: "p3", brand: "Diner Staple", name: "Signature Coffee", price: "$3.50", rating: 5, reviewCount: "2.5k", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-person-making-drip-coffee_53876-30608.jpg" },
|
||||
{ id: "p4", brand: "Breakfast", name: "Farmhouse Omelet", price: "$12.99", rating: 4, reviewCount: "620", imageSrc: "http://img.b2bpic.net/free-photo/sausage-sandwich-with-tomato-lettuce-wooden-plank_176474-2985.jpg" },
|
||||
{ id: "p5", brand: "Lunch", name: "Classic Melt", price: "$11.50", rating: 5, reviewCount: "410", imageSrc: "http://img.b2bpic.net/free-photo/bowl-with-red-peppers-wooden-fork_1122-973.jpg" },
|
||||
{ id: "p6", brand: "Dinner", name: "Chicken Pot Pie", price: "$16.00", rating: 5, reviewCount: "320", imageSrc: "http://img.b2bpic.net/free-photo/close-up-cup-coffee_1098-1142.jpg" }
|
||||
]}
|
||||
title="Chef's Specials"
|
||||
description="Handcrafted dishes made with love and fresh ingredients."
|
||||
@@ -231,26 +98,11 @@ export default function LandingPage() {
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Our Story",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/man-woman-sitting-table-with-desserts-drinks-flowers-cafe_23-2148001711.jpg",
|
||||
alt: "Diner history",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
content: "Started in 1955, our diner has been a family-owned gathering place for three generations.",
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#",
|
||||
},
|
||||
{ type: "text", content: "Our Story" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/man-woman-sitting-table-with-desserts-drinks-flowers-cafe_23-2148001711.jpg", alt: "Diner history" },
|
||||
{ type: "text", content: "Started in 1955, our diner has been a family-owned gathering place for three generations." }
|
||||
]}
|
||||
buttons={[{ text: "Learn More", href: "#" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -258,55 +110,15 @@ export default function LandingPage() {
|
||||
<TestimonialCardThirteen
|
||||
animationType="depth-3d"
|
||||
textboxLayout="split"
|
||||
showRating={true}
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah Miller",
|
||||
handle: "@sarah_eats",
|
||||
testimonial: "Truly the best American diner in the city.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-bar-illuminated-by-modern-lighting-equipment-generated-by-ai_188544-24181.jpg",
|
||||
imageAlt: "Luxury bar illuminated by modern lighting equipment generated by AI",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "James Chen",
|
||||
handle: "@jchen_food",
|
||||
testimonial: "Consistent quality and amazing atmosphere every visit.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-sauce_23-2148773530.jpg?_wi=2",
|
||||
imageAlt: "Luxury bar illuminated by modern lighting equipment generated by AI",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Mary O'Connor",
|
||||
handle: "@mary_dines",
|
||||
testimonial: "Warm, welcoming, and the food is always hot and fresh.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/burgers-with-usa-flags-arrangement_23-2149897369.jpg?_wi=2",
|
||||
imageAlt: "Luxury bar illuminated by modern lighting equipment generated by AI",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David Wilson",
|
||||
handle: "@david_wilson",
|
||||
testimonial: "Can't beat the service. Truly family friendly.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pre-prepared-food-showcasing-ready-eat-delicious-meals-go_23-2151246107.jpg?_wi=2",
|
||||
imageAlt: "Luxury bar illuminated by modern lighting equipment generated by AI",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Elena Rodriguez",
|
||||
handle: "@elena_foodie",
|
||||
testimonial: "Comfort food at its finest!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-person-making-drip-coffee_53876-30608.jpg?_wi=2",
|
||||
imageAlt: "Luxury bar illuminated by modern lighting equipment generated by AI",
|
||||
},
|
||||
{ id: "t1", name: "Sarah Miller", handle: "@sarah_eats", testimonial: "Truly the best American diner in the city.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/luxury-bar-illuminated-by-modern-lighting-equipment-generated-by-ai_188544-24181.jpg", imageAlt: "Luxury bar illuminated by modern lighting equipment generated by AI" },
|
||||
{ id: "t2", name: "James Chen", handle: "@jchen_food", testimonial: "Consistent quality and amazing atmosphere every visit.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-sauce_23-2148773530.jpg", imageAlt: "Luxury bar illuminated by modern lighting equipment generated by AI" },
|
||||
{ id: "t3", name: "Mary O'Connor", handle: "@mary_dines", testimonial: "Warm, welcoming, and the food is always hot and fresh.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/burgers-with-usa-flags-arrangement_23-2149897369.jpg", imageAlt: "Luxury bar illuminated by modern lighting equipment generated by AI" },
|
||||
{ id: "t4", name: "David Wilson", handle: "@david_wilson", testimonial: "Can't beat the service. Truly family friendly.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/pre-prepared-food-showcasing-ready-eat-delicious-meals-go_23-2151246107.jpg", imageAlt: "Luxury bar illuminated by modern lighting equipment generated by AI" },
|
||||
{ id: "t5", name: "Elena Rodriguez", handle: "@elena_foodie", testimonial: "Comfort food at its finest!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-person-making-drip-coffee_53876-30608.jpg", imageAlt: "Luxury bar illuminated by modern lighting equipment generated by AI" }
|
||||
]}
|
||||
showRating={true}
|
||||
title="Loved by Neighbors"
|
||||
description="Don't just take our word for it—join the thousands of families who call us their local favorite."
|
||||
/>
|
||||
@@ -319,27 +131,9 @@ export default function LandingPage() {
|
||||
gridVariant="bento-grid"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "20K+",
|
||||
title: "Meals Served",
|
||||
description: "Happy satisfied customers this year",
|
||||
icon: Utensils,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "15",
|
||||
title: "Family Recipes",
|
||||
description: "Generations of home-style secrets",
|
||||
icon: Utensils,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "65+",
|
||||
title: "Years Open",
|
||||
description: "Since 1955",
|
||||
icon: Clock,
|
||||
},
|
||||
{ id: "m1", value: "20K+", title: "Meals Served", description: "Happy satisfied customers this year", icon: Utensils },
|
||||
{ id: "m2", value: "15", title: "Family Recipes", description: "Generations of home-style secrets", icon: Utensils },
|
||||
{ id: "m3", value: "65+", title: "Years Open", description: "Since 1955", icon: Clock }
|
||||
]}
|
||||
title="Serving Smiles Daily"
|
||||
description="Our numbers reflect our commitment to great service and quality food."
|
||||
@@ -348,30 +142,13 @@ export default function LandingPage() {
|
||||
|
||||
<div id="gallery" data-section="gallery">
|
||||
<FeatureCardMedia
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Classic Booths",
|
||||
description: "Relax in our authentic, cozy leather booths.",
|
||||
tag: "Atmosphere",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cafe-interior-with-orange-sofa-three-tables-three-black-chairs_181624-8624.jpg",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Hot & Fresh",
|
||||
description: "Every dish is cooked to order from the grill.",
|
||||
tag: "Kitchen",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-vegetable-salad-round-shaped-inside-plate-dark-table_140725-144167.jpg",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Diner Bar",
|
||||
description: "Classic counter service for quick mornings.",
|
||||
tag: "Experience",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-sitting-restaurant_23-2149930183.jpg",
|
||||
},
|
||||
{ id: "f1", title: "Classic Booths", description: "Relax in our authentic, cozy leather booths.", tag: "Atmosphere", imageSrc: "http://img.b2bpic.net/free-photo/cafe-interior-with-orange-sofa-three-tables-three-black-chairs_181624-8624.jpg" },
|
||||
{ id: "f2", title: "Hot & Fresh", description: "Every dish is cooked to order from the grill.", tag: "Kitchen", imageSrc: "http://img.b2bpic.net/free-photo/top-view-vegetable-salad-round-shaped-inside-plate-dark-table_140725-144167.jpg" },
|
||||
{ id: "f3", title: "Diner Bar", description: "Classic counter service for quick mornings.", tag: "Experience", imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-sitting-restaurant_23-2149930183.jpg" }
|
||||
]}
|
||||
title="A Look Inside"
|
||||
description="Step into a space built for good company, comfort, and delicious moments."
|
||||
@@ -381,9 +158,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "canvas-reveal",
|
||||
}}
|
||||
background={{ variant: "canvas-reveal" }}
|
||||
tag="Visit Us"
|
||||
title="Ready for a Hearty Meal?"
|
||||
description="Find us on Main St for breakfast, lunch, or dinner. Open daily from 6 AM."
|
||||
@@ -395,31 +170,11 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Diner Info",
|
||||
items: [
|
||||
{
|
||||
label: "Locations",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
label: "Hours",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
title: "Diner Info", items: [{ label: "Locations", href: "#contact" }, { label: "Hours", href: "#" }]
|
||||
},
|
||||
{
|
||||
title: "Follow Us",
|
||||
items: [
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
title: "Follow Us", items: [{ label: "Facebook", href: "#" }, { label: "Instagram", href: "#" }]
|
||||
}
|
||||
]}
|
||||
bottomLeftText="© 2024 USA Family Restaurant"
|
||||
bottomRightText="All rights reserved."
|
||||
@@ -428,4 +183,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user