Update src/app/page.tsx

This commit is contained in:
2026-05-27 14:33:43 +00:00
parent 7bce21cd54
commit 37b9e98690

View File

@@ -33,155 +33,90 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "#hero",
},
name: "Home", id: "#hero"},
{
name: "About",
id: "#about",
},
name: "About", id: "#about"},
{
name: "How It Works",
id: "#how-it-works",
},
name: "How It Works", id: "#how-it-works"},
{
name: "Testimonials",
id: "#testimonials",
},
name: "Testimonials", id: "#testimonials"},
{
name: "FAQs",
id: "#faqs",
},
name: "FAQs", id: "#faqs"},
{
name: "Contact",
id: "#contact",
},
name: "Contact", id: "#contact"},
]}
brandName="EAT Together"
button={{
text: "Join Now",
href: "#contact",
}}
text: "Join Now", href: "#contact"}}
/>
</div>
<div id="hero" data-section="hero">
<HeroSplitDoubleCarousel
background={{
variant: "radial-gradient",
}}
variant: "radial-gradient"}}
title="Don't Dine Alone in Pune. EAT Together!"
description="Discover new cafes & restaurants in Pune with like-minded foodies. Find your perfect dining companion based on shared preferences, age, gender, or occupation."
leftCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/three-best-friends-enjoying-nice-conversation-lunch-modern-cafe-interior_273609-9010.jpg?_wi=1",
imageAlt: "Group of friends enjoying a meal at a cafe in Pune",
},
imageSrc: "http://img.b2bpic.net/free-photo/three-best-friends-enjoying-nice-conversation-lunch-modern-cafe-interior_273609-9010.jpg", imageAlt: "Group of friends enjoying a meal at a cafe in Pune"},
{
imageSrc: "http://img.b2bpic.net/free-photo/peaceful-empty-library-featuring-wooden-shelves-vintage-green-lamps_482257-125711.jpg?_wi=1",
imageAlt: "Cozy and modern cafe interior in Pune",
},
imageSrc: "http://img.b2bpic.net/free-photo/peaceful-empty-library-featuring-wooden-shelves-vintage-green-lamps_482257-125711.jpg", imageAlt: "Cozy and modern cafe interior in Pune"},
{
imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-meat-slices-served-with-vegetable-salad_140725-6607.jpg?_wi=1",
imageAlt: "Delicious Indian food dish served at a restaurant",
},
imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-meat-slices-served-with-vegetable-salad_140725-6607.jpg", imageAlt: "Delicious Indian food dish served at a restaurant"},
{
imageSrc: "http://img.b2bpic.net/free-photo/group-happy-friends-enjoying-conversation-appetizer-dining-table-home_637285-5882.jpg",
imageAlt: "People laughing and socializing at a dinner table",
},
imageSrc: "http://img.b2bpic.net/free-photo/group-happy-friends-enjoying-conversation-appetizer-dining-table-home_637285-5882.jpg", imageAlt: "People laughing and socializing at a dinner table"},
{
imageSrc: "http://img.b2bpic.net/free-photo/miami-bayside-marketplace_23-2151599526.jpg",
imageAlt: "Exterior of a bustling cafe on a sunny day",
},
imageSrc: "http://img.b2bpic.net/free-photo/miami-bayside-marketplace_23-2151599526.jpg", imageAlt: "Exterior of a bustling cafe on a sunny day"},
{
imageSrc: "http://img.b2bpic.net/free-photo/person-pouring-confetti-from-bottle-glass-red-background_23-2148340793.jpg",
imageAlt: "Hands clinking glasses in a celebratory toast",
},
imageSrc: "http://img.b2bpic.net/free-photo/person-pouring-confetti-from-bottle-glass-red-background_23-2148340793.jpg", imageAlt: "Hands clinking glasses in a celebratory toast"},
]}
rightCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-friends-eating-restaurant_23-2150491798.jpg",
imageAlt: "People laughing and socializing at a dinner table",
},
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-friends-eating-restaurant_23-2150491798.jpg", imageAlt: "People laughing and socializing at a dinner table"},
{
imageSrc: "http://img.b2bpic.net/free-photo/color-breakfast-outdoors-glass-white_1127-2375.jpg",
imageAlt: "Exterior of a bustling cafe on a sunny day",
},
imageSrc: "http://img.b2bpic.net/free-photo/color-breakfast-outdoors-glass-white_1127-2375.jpg", imageAlt: "Exterior of a bustling cafe on a sunny day"},
{
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-sandwiches-with-avocado-pasta-tomatoes-inside-plate-grey-desk-burger-sandwich-bun-snack-bread_140725-77111.jpg",
imageAlt: "Hands clinking glasses in a celebratory toast",
},
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-sandwiches-with-avocado-pasta-tomatoes-inside-plate-grey-desk-burger-sandwich-bun-snack-bread_140725-77111.jpg", imageAlt: "Hands clinking glasses in a celebratory toast"},
{
imageSrc: "http://img.b2bpic.net/free-photo/mixed-couple-outdoor-cafe_1098-16709.jpg",
imageAlt: "People eating at cafe pune",
},
imageSrc: "http://img.b2bpic.net/free-photo/mixed-couple-outdoor-cafe_1098-16709.jpg", imageAlt: "People eating at cafe pune"},
{
imageSrc: "http://img.b2bpic.net/free-photo/rustic-restaurant-furniture-restaurant_53876-16490.jpg",
imageAlt: "Indian cafe interior modern",
},
imageSrc: "http://img.b2bpic.net/free-photo/rustic-restaurant-furniture-restaurant_53876-16490.jpg", imageAlt: "Indian cafe interior modern"},
{
imageSrc: "http://img.b2bpic.net/free-photo/delicious-eggplant-dish-arrangement_23-2150410423.jpg",
imageAlt: "Delicious Indian food spread",
},
imageSrc: "http://img.b2bpic.net/free-photo/delicious-eggplant-dish-arrangement_23-2150410423.jpg", imageAlt: "Delicious Indian food spread"},
]}
buttons={[
{
text: "Find a Companion",
href: "#how-it-works",
},
text: "Find a Companion", href: "#how-it-works"},
{
text: "Explore Cafes",
href: "#social-proof",
},
text: "Explore Cafes", href: "#social-proof"},
]}
avatars={[
{
src: "http://img.b2bpic.net/free-photo/closeup-fascinated-africanamerican-girl-open-mouth-looking-amazed-something-cool-standing_1258-128128.jpg",
alt: "Closeup of fascinated africanamerican girl open mouth and looking amazed at something cool standing",
},
src: "http://img.b2bpic.net/free-photo/closeup-fascinated-africanamerican-girl-open-mouth-looking-amazed-something-cool-standing_1258-128128.jpg", alt: "Closeup of fascinated africanamerican girl open mouth and looking amazed at something cool standing"},
{
src: "http://img.b2bpic.net/free-photo/beautiful-caucasian-woman-with-blonde-hair-wearing-casual-white-tshirt-celebrating-mad-crazy-success-with-arms-raised-closed-eyes-screaming-excited-winner-concept_839833-25838.jpg",
alt: "Beautiful caucasian woman with blonde hair wearing casual white tshirt celebrating mad and crazy for success with arms raised and closed eyes screaming excited winner concept",
},
src: "http://img.b2bpic.net/free-photo/beautiful-caucasian-woman-with-blonde-hair-wearing-casual-white-tshirt-celebrating-mad-crazy-success-with-arms-raised-closed-eyes-screaming-excited-winner-concept_839833-25838.jpg", alt: "Beautiful caucasian woman with blonde hair wearing casual white tshirt celebrating mad and crazy for success with arms raised and closed eyes screaming excited winner concept"},
{
src: "http://img.b2bpic.net/free-photo/pretty-female-plaster-background_1187-5551.jpg",
alt: "Pretty female on a plaster background",
},
src: "http://img.b2bpic.net/free-photo/pretty-female-plaster-background_1187-5551.jpg", alt: "Pretty female on a plaster background"},
{
src: "http://img.b2bpic.net/free-photo/portrait-happy-overjoyed-woman-exclaims-loudly-feels-cheerful-has-pleasant-appearance-feels-joyful-dressed-warm-white-sweater-panama-isolated-pink-background-people-emotions_273609-58350.jpg",
alt: "Portrait of happy overjoyed woman exclaims loudly feels cheerful has pleasant appearance feels joyful dressed in warm white sweater and panama isolated over pink background. People and emotions",
},
src: "http://img.b2bpic.net/free-photo/portrait-happy-overjoyed-woman-exclaims-loudly-feels-cheerful-has-pleasant-appearance-feels-joyful-dressed-warm-white-sweater-panama-isolated-pink-background-people-emotions_273609-58350.jpg", alt: "Portrait of happy overjoyed woman exclaims loudly feels cheerful has pleasant appearance feels joyful dressed in warm white sweater and panama isolated over pink background. People and emotions"},
{
src: "http://img.b2bpic.net/free-photo/portrait-cheerful-handsome-bearded-guy-with-fashionable-hairstyle-smiling_176420-15752.jpg",
alt: "Portrait of cheerful handsome bearded guy with fashionable hairstyle smiling",
},
src: "http://img.b2bpic.net/free-photo/portrait-cheerful-handsome-bearded-guy-with-fashionable-hairstyle-smiling_176420-15752.jpg", alt: "Portrait of cheerful handsome bearded guy with fashionable hairstyle smiling"},
]}
avatarText="Join 1500+ happy foodies!"
marqueeItems={[
{
type: "text",
text: "Koregaon Park",
},
type: "text", text: "Koregaon Park"},
{
type: "text",
text: "Deccan Gymkhana",
},
type: "text", text: "Deccan Gymkhana"},
{
type: "text",
text: "Viman Nagar",
},
type: "text", text: "Viman Nagar"},
{
type: "text",
text: "Hinjewadi",
},
type: "text", text: "Hinjewadi"},
{
type: "text",
text: "Baner",
},
type: "text", text: "Baner"},
{
type: "text",
text: "FC Road",
},
type: "text", text: "FC Road"},
]}
/>
</div>
@@ -192,11 +127,9 @@ export default function LandingPage() {
title="Your Perfect Dining Match in Pune"
buttons={[
{
text: "Learn More",
href: "#how-it-works",
},
text: "Learn More", href: "#how-it-works"},
]}
description="EAT Together connects you with fellow food enthusiasts who share your craving for new culinary experiences. Browse local eateries, create a dining plan, and find companions who match your preferences making every meal a social delight."
/>
</div>
@@ -207,79 +140,52 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "1. Find Your Spot",
description: "Browse a curated list of cafes and restaurants in Pune. Once you find a place you love, propose a meetup time.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-using-smartphone-cafe_23-2147785334.jpg",
imageAlt: "Person searching for cafes on a mobile app",
},
title: "1. Find Your Spot", description: "Browse a curated list of cafes and restaurants in Pune. Once you find a place you love, propose a meetup time.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-using-smartphone-cafe_23-2147785334.jpg", imageAlt: "Person searching for cafes on a mobile app"},
items: [
{
icon: Search,
text: "Search local eateries",
},
text: "Search local eateries"},
{
icon: Calendar,
text: "Suggest a meetup time",
},
text: "Suggest a meetup time"},
{
icon: Compass,
text: "Discover new culinary spots",
},
text: "Discover new culinary spots"},
],
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/three-best-friends-enjoying-nice-conversation-lunch-modern-cafe-interior_273609-9010.jpg?_wi=2",
imageAlt: "person searching cafes on phone",
reverse: false
},
{
title: "2. Choose Your Company",
description: "Review profiles of interested individuals. Filter by preferences like age, gender, occupation, or common interests to find your ideal dining companion.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/man-woman-browsing-smartphone-together_23-2147744857.jpg",
imageAlt: "User interface showing preference filters for finding a companion",
},
title: "2. Choose Your Company", description: "Review profiles of interested individuals. Filter by preferences like age, gender, occupation, or common interests to find your ideal dining companion.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/man-woman-browsing-smartphone-together_23-2147744857.jpg", imageAlt: "User interface showing preference filters for finding a companion"},
items: [
{
icon: UserCheck,
text: "Filter by preferences",
},
text: "Filter by preferences"},
{
icon: Heart,
text: "Match with like-minded foodies",
},
text: "Match with like-minded foodies"},
{
icon: Lock,
text: "Secure & private profiles",
},
text: "Secure & private profiles"},
],
reverse: true,
imageSrc: "http://img.b2bpic.net/free-photo/peaceful-empty-library-featuring-wooden-shelves-vintage-green-lamps_482257-125711.jpg?_wi=2",
imageAlt: "person searching cafes on phone",
reverse: true
},
{
title: "3. Dine & Connect",
description: "Meet your chosen companion(s) at the selected venue. Enjoy great food, share stories, and make new connections in the vibrant city of Pune.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-together-while-cooking_23-2149306416.jpg",
imageAlt: "Two people happily dining together at a cafe",
},
title: "3. Dine & Connect", description: "Meet your chosen companion(s) at the selected venue. Enjoy great food, share stories, and make new connections in the vibrant city of Pune.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-together-while-cooking_23-2149306416.jpg", imageAlt: "Two people happily dining together at a cafe"},
items: [
{
icon: Coffee,
text: "Enjoy your meal",
},
text: "Enjoy your meal"},
{
icon: MessageSquare,
text: "Share stories & experiences",
},
text: "Share stories & experiences"},
{
icon: Smile,
text: "Forge new friendships",
},
text: "Forge new friendships"},
],
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-meat-slices-served-with-vegetable-salad_140725-6607.jpg?_wi=2",
imageAlt: "person searching cafes on phone",
reverse: false
},
]}
title="How EAT Together Works"
@@ -292,14 +198,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
names={[
"Cafe Delight",
"Spice Route",
"The Daily Grind",
"Urban Bites",
"Brew & Bite",
"Flavor Junction",
"Gastronomy Hub",
]}
"Cafe Delight", "Spice Route", "The Daily Grind", "Urban Bites", "Brew & Bite", "Flavor Junction", "Gastronomy Hub"]}
title="Trusted by Pune Foodies"
description="Join a growing community that's making dining out a shared joy across Pune's favorite spots."
/>
@@ -311,71 +210,17 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Priya Sharma",
date: "May 20, 2024",
title: "Finally Found My Brunch Buddy!",
quote: "EAT Together is a game-changer! I moved to Pune recently and was looking for someone to explore cafes with. Found a wonderful companion for Sunday brunch, and we've been trying new places ever since. Highly recommended!",
tag: "Social Dining",
avatarSrc: "http://img.b2bpic.net/free-photo/pretty-long-haired-singing-woman_1187-5553.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/two-young-beautiful-smiling-hipster-girls-trendy-summer-casual-clothes-carefree-women-chatting-veranda-terrace-cafe-drinking-coffee-positive-models-having-fun-communicating_158538-15931.jpg",
imageAlt: "Two women dining at a cafe",
},
id: "1", name: "Priya Sharma", date: "May 20, 2024", title: "Finally Found My Brunch Buddy!", quote: "EAT Together is a game-changer! I moved to Pune recently and was looking for someone to explore cafes with. Found a wonderful companion for Sunday brunch, and we've been trying new places ever since. Highly recommended!", tag: "Social Dining", avatarSrc: "http://img.b2bpic.net/free-photo/pretty-long-haired-singing-woman_1187-5553.jpg", imageSrc: "http://img.b2bpic.net/free-photo/two-young-beautiful-smiling-hipster-girls-trendy-summer-casual-clothes-carefree-women-chatting-veranda-terrace-cafe-drinking-coffee-positive-models-having-fun-communicating_158538-15931.jpg", imageAlt: "Two women dining at a cafe"},
{
id: "2",
name: "Rahul Kapoor",
date: "May 15, 2024",
title: "Great Way to Network & Eat!",
quote: "As a freelancer, I often have odd hours. EAT Together helped me find professional connections who also enjoy a good meal. It's more than just food; it's about building meaningful relationships.",
tag: "Networking",
avatarSrc: "http://img.b2bpic.net/free-photo/good-looking-young-guy-posing_176420-29960.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beard-business-adult-businessman-busy_1303-1875.jpg",
imageAlt: "Two men talking over coffee",
},
id: "2", name: "Rahul Kapoor", date: "May 15, 2024", title: "Great Way to Network & Eat!", quote: "As a freelancer, I often have odd hours. EAT Together helped me find professional connections who also enjoy a good meal. It's more than just food; it's about building meaningful relationships.", tag: "Networking", avatarSrc: "http://img.b2bpic.net/free-photo/good-looking-young-guy-posing_176420-29960.jpg", imageSrc: "http://img.b2bpic.net/free-photo/beard-business-adult-businessman-busy_1303-1875.jpg", imageAlt: "Two men talking over coffee"},
{
id: "3",
name: "Anjali Singh",
date: "May 10, 2024",
title: "Exploring Pune's Flavors Together",
quote: "I love trying new cuisines but my friends are often busy. EAT Together connected me with a group of adventurous foodies, and now we plan weekly culinary expeditions! It's fantastic!",
tag: "Food Exploration",
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-happy-handsome-man-with-little-mustache-beard-has-dreads_273609-33585.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smiley-womens-toasting_23-2148451600.jpg",
imageAlt: "Group of friends enjoying dinner",
},
id: "3", name: "Anjali Singh", date: "May 10, 2024", title: "Exploring Pune's Flavors Together", quote: "I love trying new cuisines but my friends are often busy. EAT Together connected me with a group of adventurous foodies, and now we plan weekly culinary expeditions! It's fantastic!", tag: "Food Exploration", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-happy-handsome-man-with-little-mustache-beard-has-dreads_273609-33585.jpg", imageSrc: "http://img.b2bpic.net/free-photo/smiley-womens-toasting_23-2148451600.jpg", imageAlt: "Group of friends enjoying dinner"},
{
id: "4",
name: "Arjun Desai",
date: "May 01, 2024",
title: "Perfect for a Casual Dinner Date",
quote: "Wanted a relaxed dinner, and EAT Together delivered. Found someone with similar interests, had a great conversation and a lovely meal. Much better than dining alone!",
tag: "Casual Meetup",
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-adult-male-posing_23-2148729642.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-celebrating-valentine-s-day-while-having-lunch-wine-together_23-2149216157.jpg",
imageAlt: "Couple having dinner",
},
id: "4", name: "Arjun Desai", date: "May 01, 2024", title: "Perfect for a Casual Dinner Date", quote: "Wanted a relaxed dinner, and EAT Together delivered. Found someone with similar interests, had a great conversation and a lovely meal. Much better than dining alone!", tag: "Casual Meetup", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-adult-male-posing_23-2148729642.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-couple-celebrating-valentine-s-day-while-having-lunch-wine-together_23-2149216157.jpg", imageAlt: "Couple having dinner"},
{
id: "5",
name: "Meera Joshi",
date: "April 28, 2024",
title: "Discovered Hidden Gems with New Friends",
quote: "Pune has so many small, amazing eateries. EAT Together helped me find people equally excited to explore these hidden gems. It's a fantastic community for food lovers!",
tag: "Local Discovery",
avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-young-girl-posing_273609-12919.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-adults-having-block-party_23-2149571491.jpg",
imageAlt: "Friends enjoying street food",
},
id: "5", name: "Meera Joshi", date: "April 28, 2024", title: "Discovered Hidden Gems with New Friends", quote: "Pune has so many small, amazing eateries. EAT Together helped me find people equally excited to explore these hidden gems. It's a fantastic community for food lovers!", tag: "Local Discovery", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-young-girl-posing_273609-12919.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-adults-having-block-party_23-2149571491.jpg", imageAlt: "Friends enjoying street food"},
{
id: "6",
name: "Vikram Rao",
date: "April 22, 2024",
title: "Simple, Safe, and Social!",
quote: "The platform is incredibly easy to use and I felt safe meeting new people. I appreciate the preference filters which help find really compatible companions. My dining life in Pune has never been better!",
tag: "User Experience",
avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-bearded-man-everyday-clothes-looks-camera_146671-19760.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/bearded-hipster-using-laptop-cafe_171337-18088.jpg",
imageAlt: "Two people in a cozy book cafe",
},
id: "6", name: "Vikram Rao", date: "April 22, 2024", title: "Simple, Safe, and Social!", quote: "The platform is incredibly easy to use and I felt safe meeting new people. I appreciate the preference filters which help find really compatible companions. My dining life in Pune has never been better!", tag: "User Experience", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-bearded-man-everyday-clothes-looks-camera_146671-19760.jpg", imageSrc: "http://img.b2bpic.net/free-photo/bearded-hipster-using-laptop-cafe_171337-18088.jpg", imageAlt: "Two people in a cozy book cafe"},
]}
title="Happy Diners, Happy Stories"
description="Hear from our community members who found their perfect dining companions and delightful experiences in Pune."
@@ -390,25 +235,13 @@ export default function LandingPage() {
useInvertedBackground={true}
metrics={[
{
id: "1",
value: "1500+",
description: "Happy Diners in Pune",
},
id: "1", value: "1500+", description: "Happy Diners in Pune"},
{
id: "2",
value: "3000+",
description: "Successful Meetups Organized",
},
id: "2", value: "3000+", description: "Successful Meetups Organized"},
{
id: "3",
value: "500+",
description: "Unique Cafes Explored",
},
id: "3", value: "500+", description: "Unique Cafes Explored"},
{
id: "4",
value: "Countless",
description: "New Friendships Forged",
},
id: "4", value: "Countless", description: "New Friendships Forged"},
]}
title="Our Community's Impact"
description="See the numbers that show how EAT Together is bringing people together over great food and fostering new connections."
@@ -420,25 +253,13 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "1",
title: "How do I find a dining companion?",
content: "Simply browse cafes or restaurants you'd like to try, propose a meetup time, and then filter interested individuals based on preferences like age, gender, occupation, or shared interests. You can then connect with them.",
},
id: "1", title: "How do I find a dining companion?", content: "Simply browse cafes or restaurants you'd like to try, propose a meetup time, and then filter interested individuals based on preferences like age, gender, occupation, or shared interests. You can then connect with them."},
{
id: "2",
title: "Is EAT Together safe?",
content: "Yes, we prioritize your safety. Users can choose their companions based on detailed profiles and preferences. We encourage public meetups and always advise users to exercise caution and trust their instincts.",
},
id: "2", title: "Is EAT Together safe?", content: "Yes, we prioritize your safety. Users can choose their companions based on detailed profiles and preferences. We encourage public meetups and always advise users to exercise caution and trust their instincts."},
{
id: "3",
title: "What if I can't find a match for my preferred cafe?",
content: "The Pune food scene is constantly growing! If you don't find an immediate match, you can expand your search criteria, try different cafes, or propose a general 'food exploration' meetup and let companions suggest places.",
},
id: "3", title: "What if I can't find a match for my preferred cafe?", content: "The Pune food scene is constantly growing! If you don't find an immediate match, you can expand your search criteria, try different cafes, or propose a general 'food exploration' meetup and let companions suggest places."},
{
id: "4",
title: "Can I only use it for cafes, or for restaurants too?",
content: "EAT Together is designed for both cafes and restaurants! Whether you're craving a quick coffee, a casual lunch, or a fine dining experience, you can find companions for any culinary adventure.",
},
id: "4", title: "Can I only use it for cafes, or for restaurants too?", content: "EAT Together is designed for both cafes and restaurants! Whether you're craving a quick coffee, a casual lunch, or a fine dining experience, you can find companions for any culinary adventure."},
]}
sideTitle="Your Questions, Answered"
sideDescription="Everything you need to know about EAT Together, from finding companions to ensuring safety."
@@ -451,8 +272,7 @@ export default function LandingPage() {
<ContactSplit
useInvertedBackground={true}
background={{
variant: "downward-rays-static",
}}
variant: "downward-rays-static"}}
tag="Connect"
title="Ready to EAT Together?"
description="Sign up today and start discovering new dining experiences with great company in Pune! Your next meal could be your next great connection."
@@ -471,54 +291,33 @@ export default function LandingPage() {
logoText="EAT Together"
columns={[
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "#about",
},
label: "About Us", href: "#about"},
{
label: "How It Works",
href: "#how-it-works",
},
label: "How It Works", href: "#how-it-works"},
{
label: "Careers",
href: "#",
},
label: "Careers", href: "#"},
],
},
{
title: "Discover",
items: [
title: "Discover", items: [
{
label: "Pune Cafes",
href: "#social-proof",
},
label: "Pune Cafes", href: "#social-proof"},
{
label: "Testimonials",
href: "#testimonials",
},
label: "Testimonials", href: "#testimonials"},
{
label: "FAQs",
href: "#faqs",
},
label: "FAQs", href: "#faqs"},
],
},
{
title: "Connect",
items: [
title: "Connect", items: [
{
label: "Contact Us",
href: "#contact",
},
label: "Contact Us", href: "#contact"},
{
label: "Support",
href: "#",
},
label: "Support", href: "#"},
{
label: "Community Guidelines",
href: "#",
},
label: "Community Guidelines", href: "#"},
],
},
]}