Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #1.
This commit is contained in:
302
src/app/page.tsx
302
src/app/page.tsx
@@ -12,6 +12,7 @@ import PricingCardFive from '@/components/sections/pricing/PricingCardFive';
|
||||
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
||||
import { Star } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -32,33 +33,19 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "How It Works",
|
||||
id: "#features",
|
||||
},
|
||||
name: "How It Works", id: "#features"},
|
||||
{
|
||||
name: "Restaurants",
|
||||
id: "#products",
|
||||
},
|
||||
name: "Restaurants", id: "#products"},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "#pricing",
|
||||
},
|
||||
name: "Pricing", id: "#pricing"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="Hungerstation"
|
||||
/>
|
||||
@@ -67,41 +54,26 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardCarousel
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="Your Favorite Meals, Delivered Fast"
|
||||
description="Browse thousands of local restaurants and get hot, fresh food delivered to your door in minutes. Track every order in real-time."
|
||||
buttons={[
|
||||
{
|
||||
text: "Order Now",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Order Now", href: "#products"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-man-holding-smartphone-side-view_23-2149870706.jpg",
|
||||
imageAlt: "Mobile phone showing food delivery app interface",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-man-holding-smartphone-side-view_23-2149870706.jpg", imageAlt: "Mobile phone showing food delivery app interface"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-with-sushi-order_23-2149870717.jpg",
|
||||
imageAlt: "Delicious food from various cuisines ready for delivery",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-with-sushi-order_23-2149870717.jpg", imageAlt: "Delicious food from various cuisines ready for delivery"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-courier-bike-mask-with-food-box-yellow_179666-38142.jpg",
|
||||
imageAlt: "Delivery driver on a scooter with a food bag",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-courier-bike-mask-with-food-box-yellow_179666-38142.jpg", imageAlt: "Delivery driver on a scooter with a food bag"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-family-eating-together_23-2149610769.jpg",
|
||||
imageAlt: "Family enjoying a meal delivered to their home",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-family-eating-together_23-2149610769.jpg", imageAlt: "Family enjoying a meal delivered to their home"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-kitchen_23-2148903558.jpg",
|
||||
imageAlt: "Busy restaurant kitchen preparing orders",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-kitchen_23-2148903558.jpg", imageAlt: "Busy restaurant kitchen preparing orders"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smartphone-take-shot-chocolate-cake-iced-green-lemonade-photo_169016-39317.jpg",
|
||||
imageAlt: "Real-time order tracking on a mobile device",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smartphone-take-shot-chocolate-cake-iced-green-lemonade-photo_169016-39317.jpg", imageAlt: "Real-time order tracking on a mobile device"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -113,23 +85,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Explore Local Restaurants",
|
||||
description: "Discover a wide variety of cuisines and local eateries right from your device. Our extensive network ensures you'll always find something new to love.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-smartphone-high-angle_23-2149957040.jpg",
|
||||
imageAlt: "Mobile phone showing a list of local restaurants",
|
||||
},
|
||||
title: "Explore Local Restaurants", description: "Discover a wide variety of cuisines and local eateries right from your device. Our extensive network ensures you'll always find something new to love.", imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-smartphone-high-angle_23-2149957040.jpg", imageAlt: "Mobile phone showing a list of local restaurants"},
|
||||
{
|
||||
title: "Real-time Order Tracking",
|
||||
description: "Stay updated every step of the way. From kitchen prep to your doorstep, track your order in real-time on our interactive map.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-fragile-pack-phone_23-2149035901.jpg",
|
||||
imageAlt: "GPS map showing a delivery route on a mobile device",
|
||||
},
|
||||
title: "Real-time Order Tracking", description: "Stay updated every step of the way. From kitchen prep to your doorstep, track your order in real-time on our interactive map.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-fragile-pack-phone_23-2149035901.jpg", imageAlt: "GPS map showing a delivery route on a mobile device"},
|
||||
{
|
||||
title: "Fast & Reliable Delivery",
|
||||
description: "Get your food hot and fresh, exactly when you expect it. Our efficient delivery fleet is committed to speed and accuracy.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delivery-person-getting-parcel-out-delivery_23-2149371921.jpg",
|
||||
imageAlt: "A hand holding a fresh food delivery package",
|
||||
},
|
||||
title: "Fast & Reliable Delivery", description: "Get your food hot and fresh, exactly when you expect it. Our efficient delivery fleet is committed to speed and accuracy.", imageSrc: "http://img.b2bpic.net/free-photo/delivery-person-getting-parcel-out-delivery_23-2149371921.jpg", imageAlt: "A hand holding a fresh food delivery package"},
|
||||
]}
|
||||
title="How Hungerstation Works"
|
||||
description="From browsing to enjoying, we make food delivery simple and satisfying."
|
||||
@@ -144,53 +104,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Classic Cheeseburger",
|
||||
price: "$12.99",
|
||||
variant: "Burger Joint",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-burger-with-mock-up-clipboard_23-2148235028.jpg",
|
||||
imageAlt: "A classic cheeseburger with fries",
|
||||
},
|
||||
id: "p1", name: "Classic Cheeseburger", price: "$12.99", variant: "Burger Joint", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-burger-with-mock-up-clipboard_23-2148235028.jpg", imageAlt: "A classic cheeseburger with fries"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Pepperoni Pizza",
|
||||
price: "$18.50",
|
||||
variant: "Pizzeria Napoli",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-pizza-near-sauce-bacon_23-2147772126.jpg",
|
||||
imageAlt: "A delicious pepperoni pizza",
|
||||
},
|
||||
id: "p2", name: "Pepperoni Pizza", price: "$18.50", variant: "Pizzeria Napoli", imageSrc: "http://img.b2bpic.net/free-photo/close-up-pizza-near-sauce-bacon_23-2147772126.jpg", imageAlt: "A delicious pepperoni pizza"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Spicy Ramen Bowl",
|
||||
price: "$15.00",
|
||||
variant: "Noodle Haven",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/udon-noodles-with-chicken-peppers-japanese-cuisine_2829-11280.jpg",
|
||||
imageAlt: "A steaming bowl of spicy ramen",
|
||||
},
|
||||
id: "p3", name: "Spicy Ramen Bowl", price: "$15.00", variant: "Noodle Haven", imageSrc: "http://img.b2bpic.net/free-photo/udon-noodles-with-chicken-peppers-japanese-cuisine_2829-11280.jpg", imageAlt: "A steaming bowl of spicy ramen"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Sushi Platter Deluxe",
|
||||
price: "$29.00",
|
||||
variant: "Sakura Sushi",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-preparing-sushi-order-takeaway_23-2149050370.jpg",
|
||||
imageAlt: "An assortment of fresh sushi",
|
||||
},
|
||||
id: "p4", name: "Sushi Platter Deluxe", price: "$29.00", variant: "Sakura Sushi", imageSrc: "http://img.b2bpic.net/free-photo/man-preparing-sushi-order-takeaway_23-2149050370.jpg", imageAlt: "An assortment of fresh sushi"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Street Tacos (3 pc)",
|
||||
price: "$9.75",
|
||||
variant: "El Fuego Cantina",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mexican-food_23-2148024769.jpg",
|
||||
imageAlt: "Three vibrant street tacos",
|
||||
},
|
||||
id: "p5", name: "Street Tacos (3 pc)", price: "$9.75", variant: "El Fuego Cantina", imageSrc: "http://img.b2bpic.net/free-photo/mexican-food_23-2148024769.jpg", imageAlt: "Three vibrant street tacos"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Chocolate Fudge Cake",
|
||||
price: "$8.00",
|
||||
variant: "Sweet Delights Bakery",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-gourmet-dessert-with-flowers-white-plate_23-2151973732.jpg",
|
||||
imageAlt: "A rich slice of chocolate fudge cake",
|
||||
},
|
||||
id: "p6", name: "Chocolate Fudge Cake", price: "$8.00", variant: "Sweet Delights Bakery", imageSrc: "http://img.b2bpic.net/free-photo/elegant-gourmet-dessert-with-flowers-white-plate_23-2151973732.jpg", imageAlt: "A rich slice of chocolate fudge cake"},
|
||||
]}
|
||||
title="Popular Dishes & Restaurants"
|
||||
description="Browse some of the most loved meals and top-rated restaurants on Hungerstation."
|
||||
@@ -204,56 +128,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{
|
||||
id: "standard",
|
||||
tag: "Basic",
|
||||
price: "$3.99",
|
||||
period: "per delivery",
|
||||
description: "Perfect for occasional users who want reliable, on-demand delivery.",
|
||||
button: {
|
||||
text: "Order Now",
|
||||
href: "#products",
|
||||
},
|
||||
featuresTitle: "Includes:",
|
||||
features: [
|
||||
"Access to all restaurants",
|
||||
"Standard delivery speed",
|
||||
"Real-time tracking",
|
||||
],
|
||||
id: "standard", tag: "Basic", price: "$3.99", period: "per delivery", description: "Perfect for occasional users who want reliable, on-demand delivery.", button: {
|
||||
text: "Order Now", href: "#products"},
|
||||
featuresTitle: "Includes:", features: [
|
||||
"Access to all restaurants", "Standard delivery speed", "Real-time tracking"],
|
||||
},
|
||||
{
|
||||
id: "premium",
|
||||
tag: "Most Popular",
|
||||
price: "$9.99",
|
||||
period: "per month",
|
||||
description: "Ideal for frequent diners, offering exclusive benefits and savings.",
|
||||
button: {
|
||||
text: "Sign Up Now",
|
||||
href: "#contact",
|
||||
},
|
||||
featuresTitle: "Includes:",
|
||||
features: [
|
||||
"Unlimited free deliveries",
|
||||
"Priority customer support",
|
||||
"Exclusive discounts & offers",
|
||||
],
|
||||
id: "premium", tag: "Most Popular", tagIcon: Star,
|
||||
price: "$9.99", period: "per month", description: "Ideal for frequent diners, offering exclusive benefits and savings.", button: {
|
||||
text: "Sign Up Now", href: "#contact"},
|
||||
featuresTitle: "Includes:", features: [
|
||||
"Unlimited free deliveries", "Priority customer support", "Exclusive discounts & offers"],
|
||||
},
|
||||
{
|
||||
id: "restaurant-partner",
|
||||
tag: "For Businesses",
|
||||
price: "$99.00",
|
||||
period: "per month",
|
||||
description: "Empower your restaurant with our full suite of digital ordering and delivery tools.",
|
||||
button: {
|
||||
text: "Partner With Us",
|
||||
href: "#contact",
|
||||
},
|
||||
featuresTitle: "Includes:",
|
||||
features: [
|
||||
"Digital menu management",
|
||||
"Integrated order system",
|
||||
"Expanded customer reach",
|
||||
"Dedicated account manager",
|
||||
],
|
||||
id: "restaurant-partner", tag: "For Businesses", price: "$99.00", period: "per month", description: "Empower your restaurant with our full suite of digital ordering and delivery tools.", button: {
|
||||
text: "Partner With Us", href: "#contact"},
|
||||
featuresTitle: "Includes:", features: [
|
||||
"Digital menu management", "Integrated order system", "Expanded customer reach", "Dedicated account manager"],
|
||||
},
|
||||
]}
|
||||
title="Transparent Delivery Pricing"
|
||||
@@ -268,64 +159,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
role: "Marketing Specialist",
|
||||
company: "Urban Eats",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-businesswoman-smiling-happy-standing-city_839833-16454.jpg",
|
||||
imageAlt: "Sarah Johnson",
|
||||
},
|
||||
id: "1", name: "Sarah Johnson", role: "Marketing Specialist", company: "Urban Eats", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-businesswoman-smiling-happy-standing-city_839833-16454.jpg", imageAlt: "Sarah Johnson"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
role: "Software Engineer",
|
||||
company: "Tech Solutions",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-groom-classy-black-suit-stands-dark-room_8353-7083.jpg",
|
||||
imageAlt: "Michael Chen",
|
||||
},
|
||||
id: "2", name: "Michael Chen", role: "Software Engineer", company: "Tech Solutions", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-groom-classy-black-suit-stands-dark-room_8353-7083.jpg", imageAlt: "Michael Chen"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez",
|
||||
role: "University Student",
|
||||
company: "City College",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-young-woman-standing-posing-co-working-coffee-shop-interior-looking-camera-smiling_74855-9955.jpg",
|
||||
imageAlt: "Emily Rodriguez",
|
||||
},
|
||||
id: "3", name: "Emily Rodriguez", role: "University Student", company: "City College", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-young-woman-standing-posing-co-working-coffee-shop-interior-looking-camera-smiling_74855-9955.jpg", imageAlt: "Emily Rodriguez"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
role: "Restaurant Owner",
|
||||
company: "The Burger Spot",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-listening-senior-man_1262-1970.jpg",
|
||||
imageAlt: "David Kim",
|
||||
},
|
||||
id: "4", name: "David Kim", role: "Restaurant Owner", company: "The Burger Spot", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-listening-senior-man_1262-1970.jpg", imageAlt: "David Kim"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jessica Lee",
|
||||
role: "Small Business Manager",
|
||||
company: "Local Bakery",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/image-working-woman-office-digital-nomad-with-laptop-programmer-designing-web-page-computer_1258-195373.jpg",
|
||||
imageAlt: "Jessica Lee",
|
||||
},
|
||||
id: "5", name: "Jessica Lee", role: "Small Business Manager", company: "Local Bakery", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/image-working-woman-office-digital-nomad-with-laptop-programmer-designing-web-page-computer_1258-195373.jpg", imageAlt: "Jessica Lee"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "100K+",
|
||||
label: "Daily Orders",
|
||||
},
|
||||
value: "100K+", label: "Daily Orders"},
|
||||
{
|
||||
value: "4.8/5",
|
||||
label: "Average Rating",
|
||||
},
|
||||
value: "4.8/5", label: "Average Rating"},
|
||||
{
|
||||
value: "5000+",
|
||||
label: "Partner Restaurants",
|
||||
},
|
||||
value: "5000+", label: "Partner Restaurants"},
|
||||
]}
|
||||
title="What Our Customers Say"
|
||||
description="Hear from satisfied users who rely on Hungerstation for their daily meals and cravings."
|
||||
@@ -337,14 +192,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Gourmet Bistro",
|
||||
"Pizza Paradise",
|
||||
"Noodle King",
|
||||
"Sushi House",
|
||||
"Taco Town",
|
||||
"Green Leaf Cafe",
|
||||
"The Chef's Table",
|
||||
]}
|
||||
"Gourmet Bistro", "Pizza Paradise", "Noodle King", "Sushi House", "Taco Town", "Green Leaf Cafe", "The Chef's Table"]}
|
||||
title="Trusted by Top Local Establishments"
|
||||
description="Our growing network includes a diverse range of restaurants and eateries committed to quality."
|
||||
/>
|
||||
@@ -356,30 +204,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "How do I place an order?",
|
||||
content: "Simply browse restaurants, select your items, add them to your cart, and proceed to checkout. You'll receive real-time updates once your order is confirmed.",
|
||||
},
|
||||
id: "q1", title: "How do I place an order?", content: "Simply browse restaurants, select your items, add them to your cart, and proceed to checkout. You'll receive real-time updates once your order is confirmed."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Can I track my delivery in real-time?",
|
||||
content: "Yes! Our app and website provide live tracking, so you know exactly where your food is from the moment it leaves the restaurant until it arrives at your door.",
|
||||
},
|
||||
id: "q2", title: "Can I track my delivery in real-time?", content: "Yes! Our app and website provide live tracking, so you know exactly where your food is from the moment it leaves the restaurant until it arrives at your door."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "What if my order is incorrect or delayed?",
|
||||
content: "Our customer support team is ready to assist you. Contact us immediately via the app or phone, and we'll resolve any issues with your order or delivery.",
|
||||
},
|
||||
id: "q3", title: "What if my order is incorrect or delayed?", content: "Our customer support team is ready to assist you. Contact us immediately via the app or phone, and we'll resolve any issues with your order or delivery."},
|
||||
{
|
||||
id: "q4",
|
||||
title: "Are there any delivery fees?",
|
||||
content: "Delivery fees vary by restaurant and distance. You'll see the exact fee displayed clearly before you confirm your order. Subscribers to our Premium plan enjoy unlimited free deliveries.",
|
||||
},
|
||||
id: "q4", title: "Are there any delivery fees?", content: "Delivery fees vary by restaurant and distance. You'll see the exact fee displayed clearly before you confirm your order. Subscribers to our Premium plan enjoy unlimited free deliveries."},
|
||||
{
|
||||
id: "q5",
|
||||
title: "How can restaurants partner with Hungerstation?",
|
||||
content: "We're always looking to expand our network of restaurant partners. Visit our 'Partner With Us' section or contact our business development team for more information on how to get started.",
|
||||
},
|
||||
id: "q5", title: "How can restaurants partner with Hungerstation?", content: "We're always looking to expand our network of restaurant partners. Visit our 'Partner With Us' section or contact our business development team for more information on how to get started."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Find quick answers to common questions about ordering, delivery, and using Hungerstation."
|
||||
@@ -391,18 +224,13 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
text="Ready to get started? Order your next meal or join our network of partners today!"
|
||||
buttons={[
|
||||
{
|
||||
text: "Order Now",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Order Now", href: "#products"},
|
||||
{
|
||||
text: "Partner With Us",
|
||||
href: "mailto:partners@hungerstation.com",
|
||||
},
|
||||
text: "Partner With Us", href: "mailto:partners@hungerstation.com"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -411,16 +239,12 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="Hungerstation"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Terms of Service",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Terms of Service", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user