Merge version_3 into main #2
124
src/app/page.tsx
124
src/app/page.tsx
@@ -6,7 +6,7 @@ import ContactText from '@/components/sections/contact/ContactText';
|
||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
|
||||
import HeroOverlay from '@/components/sections/hero/HeroOverlay';
|
||||
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||
@@ -44,21 +44,19 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "gradient-bars"}}
|
||||
<HeroOverlay
|
||||
title="Brewed for Dreamers, Open for Night Owls."
|
||||
description="Experience the ultimate late-night hangout at Cafe Flying Gypsy's. Aesthetic vibes, incredible food, and a 24/7 space for all your cravings."
|
||||
tag="Open 24/7"
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Reserve Table", href: "#contact"},
|
||||
{
|
||||
text: "Order Online", href: "#menu"},
|
||||
{ text: "Reserve Table", href: "#contact" },
|
||||
{ text: "Order Online", href: "#menu" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/vintage-decoration-inside-restaurant_1127-187.jpg"
|
||||
imageAlt="Cafe Flying Gypsy interior"
|
||||
showBlur={true}
|
||||
textPosition="bottom"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -68,14 +66,10 @@ export default function LandingPage() {
|
||||
title="Your Home Away from Home"
|
||||
description="Cafe Flying Gypsy's is more than just a coffee shop; it's a sanctuary for dreamers, students, and night owls. We blend cozy aesthetics with a youth-friendly spirit to offer the best work-friendly environment in Pune."
|
||||
metrics={[
|
||||
{
|
||||
value: "1.5K+", title: "Happy Reviews"},
|
||||
{
|
||||
value: "4.5", title: "Cafe Rating"},
|
||||
{
|
||||
value: "24/7", title: "Open Always"},
|
||||
{
|
||||
value: "10K+", title: "Thousands Served"},
|
||||
{ value: "1.5K+", title: "Happy Reviews" },
|
||||
{ value: "4.5", title: "Cafe Rating" },
|
||||
{ value: "24/7", title: "Open Always" },
|
||||
{ value: "10K+", title: "Thousands Served" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/coffee-shop-interior-with-cozy-seating-and-warm-lighting_872147-19593.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -90,24 +84,12 @@ export default function LandingPage() {
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1", brand: "Best Seller", name: "Cheesy Burger", price: "₹299", rating: 5,
|
||||
reviewCount: "240", imageSrc: "http://img.b2bpic.net/free-photo/front-view-burger-with-egg-table_23-2148678850.jpg"},
|
||||
{
|
||||
id: "p2", brand: "Popular", name: "Tandoori Pizza", price: "₹349", rating: 4.8,
|
||||
reviewCount: "180", imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-party_23-2151309438.jpg"},
|
||||
{
|
||||
id: "p3", brand: "Brew", name: "Irish Latte", price: "₹249", rating: 4.7,
|
||||
reviewCount: "320", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cups-coffee-wooden-cutting-board-old-newspaper-cookies-cinnamon-limes-chocolate-bars-spiral-notebook-dark-background_140725-142791.jpg"},
|
||||
{
|
||||
id: "p4", brand: "Refreshing", name: "Blue Lagoon Mojito", price: "₹219", rating: 4.6,
|
||||
reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/blue-drink-with-slices-lime_140725-2704.jpg"},
|
||||
{
|
||||
id: "p5", brand: "Dessert", name: "Brownie Hot Chocolate", price: "₹279", rating: 4.9,
|
||||
reviewCount: "410", imageSrc: "http://img.b2bpic.net/free-photo/woman-brown-bra-holds-plate-with-waffles-chocolate-sauce-peanuts_197531-18182.jpg"},
|
||||
{
|
||||
id: "p6", brand: "Trending", name: "Cheesy Ramen", price: "₹329", rating: 4.8,
|
||||
reviewCount: "205", imageSrc: "http://img.b2bpic.net/free-photo/assortment-noodles-table_23-2148803807.jpg"},
|
||||
{ id: "p1", brand: "Best Seller", name: "Cheesy Burger", price: "₹299", rating: 5, reviewCount: "240", imageSrc: "http://img.b2bpic.net/free-photo/front-view-burger-with-egg-table_23-2148678850.jpg" },
|
||||
{ id: "p2", brand: "Popular", name: "Tandoori Pizza", price: "₹349", rating: 4.8, reviewCount: "180", imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-party_23-2151309438.jpg" },
|
||||
{ id: "p3", brand: "Brew", name: "Irish Latte", price: "₹249", rating: 4.7, reviewCount: "320", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cups-coffee-wooden-cutting-board-old-newspaper-cookies-cinnamon-limes-chocolate-bars-spiral-notebook-dark-background_140725-142791.jpg" },
|
||||
{ id: "p4", brand: "Refreshing", name: "Blue Lagoon Mojito", price: "₹219", rating: 4.6, reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/blue-drink-with-slices-lime_140725-2704.jpg" },
|
||||
{ id: "p5", brand: "Dessert", name: "Brownie Hot Chocolate", price: "₹279", rating: 4.9, reviewCount: "410", imageSrc: "http://img.b2bpic.net/free-photo/woman-brown-bra-holds-plate-with-waffles-chocolate-sauce-peanuts_197531-18182.jpg" },
|
||||
{ id: "p6", brand: "Trending", name: "Cheesy Ramen", price: "₹329", rating: 4.8, reviewCount: "205", imageSrc: "http://img.b2bpic.net/free-photo/assortment-noodles-table_23-2148803807.jpg" },
|
||||
]}
|
||||
title="Featured Culinary Delights"
|
||||
description="From late-night cheesy cravings to morning caffeine kicks, explore our hand-crafted menu."
|
||||
@@ -120,21 +102,11 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Johnson", handle: "@sarahj", testimonial: "Great food, great vibe! Always the highlight of my week.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-working-home_23-2148162643.jpg"},
|
||||
{
|
||||
id: "2", name: "Michael Chen", handle: "@mikec", testimonial: "Best late night cafe in Pune. Perfectly quiet for my study sessions.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-smiling-kitchen_107420-12357.jpg"},
|
||||
{
|
||||
id: "3", name: "Emily Rodriguez", handle: "@emilyrod", testimonial: "Loved the Italian Cheese Maggi. Incredible flavor!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-smiling-boy-cafe_23-2148436234.jpg"},
|
||||
{
|
||||
id: "4", name: "David Kim", handle: "@davidk", testimonial: "Perfect workspace atmosphere. WiFi is solid.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serious-young-redhead-curly-lady-sitting-cafe_171337-16573.jpg"},
|
||||
{
|
||||
id: "5", name: "Anita Rao", handle: "@anitar", testimonial: "Amazing burgers and coffee. The staff is so friendly.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/african-business-lady-standing-grey-background_171337-16083.jpg"},
|
||||
{ id: "1", name: "Sarah Johnson", handle: "@sarahj", testimonial: "Great food, great vibe! Always the highlight of my week.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/business-woman-working-home_23-2148162643.jpg" },
|
||||
{ id: "2", name: "Michael Chen", handle: "@mikec", testimonial: "Best late night cafe in Pune. Perfectly quiet for my study sessions.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-smiling-kitchen_107420-12357.jpg" },
|
||||
{ id: "3", name: "Emily Rodriguez", handle: "@emilyrod", testimonial: "Loved the Italian Cheese Maggi. Incredible flavor!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-smiling-boy-cafe_23-2148436234.jpg" },
|
||||
{ id: "4", name: "David Kim", handle: "@davidk", testimonial: "Perfect workspace atmosphere. WiFi is solid.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/serious-young-redhead-curly-lady-sitting-cafe_171337-16573.jpg" },
|
||||
{ id: "5", name: "Anita Rao", handle: "@anitar", testimonial: "Amazing burgers and coffee. The staff is so friendly.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/african-business-lady-standing-grey-background_171337-16083.jpg" },
|
||||
]}
|
||||
showRating={true}
|
||||
title="What Our Gypsies Say"
|
||||
@@ -149,12 +121,9 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Fast WiFi", description: "Blazing fast internet for seamless browsing.", imageSrc: "http://img.b2bpic.net/free-photo/laptop-with-notepad-cafe-table_23-2147962616.jpg"},
|
||||
{
|
||||
title: "Charging Points", description: "Never run out of juice while working.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-roommates-home_23-2149358471.jpg"},
|
||||
{
|
||||
title: "Comfort Seating", description: "Ergonomic seating for long hours.", imageSrc: "http://img.b2bpic.net/free-photo/businesswomen-coworking-with-laptop_23-2147668831.jpg"},
|
||||
{ title: "Fast WiFi", description: "Blazing fast internet for seamless browsing.", imageSrc: "http://img.b2bpic.net/free-photo/laptop-with-notepad-cafe-table_23-2147962616.jpg" },
|
||||
{ title: "Charging Points", description: "Never run out of juice while working.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-roommates-home_23-2149358471.jpg" },
|
||||
{ title: "Comfort Seating", description: "Ergonomic seating for long hours.", imageSrc: "http://img.b2bpic.net/free-photo/businesswomen-coworking-with-laptop_23-2147668831.jpg" },
|
||||
]}
|
||||
title="The Perfect Productivity Spot"
|
||||
description="Designed for focus, fueled by caffeine. Enjoy the perfect workstation ambiance."
|
||||
@@ -166,14 +135,10 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "Are you really open 24/7?", content: "Yes, we are open 24 hours a day, 7 days a week, including holidays."},
|
||||
{
|
||||
id: "2", title: "Do you have free parking?", content: "Yes, we have dedicated parking space available for our cafe guests."},
|
||||
{
|
||||
id: "3", title: "Is the cafe work-friendly?", content: "Absolutely! We provide high-speed WiFi and comfortable seating specifically for working individuals."},
|
||||
{
|
||||
id: "4", title: "Can I reserve a table?", content: "Yes, you can easily reserve a table through our website's reservation system."},
|
||||
{ id: "1", title: "Are you really open 24/7?", content: "Yes, we are open 24 hours a day, 7 days a week, including holidays." },
|
||||
{ id: "2", title: "Do you have free parking?", content: "Yes, we have dedicated parking space available for our cafe guests." },
|
||||
{ id: "3", title: "Is the cafe work-friendly?", content: "Absolutely! We provide high-speed WiFi and comfortable seating specifically for working individuals." },
|
||||
{ id: "4", title: "Can I reserve a table?", content: "Yes, you can easily reserve a table through our website's reservation system." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-electric-car-france_23-2149169776.jpg"
|
||||
title="Frequently Asked Questions"
|
||||
@@ -185,14 +150,11 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "gradient-bars"}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
text="Visit us at 1201-A/4, GH Patil Path, Shivajinagar, Pune. Call us today for reservations or inquiries. Open 24/7."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now", href: "tel:+910000000000"},
|
||||
{
|
||||
text: "Get Directions", href: "https://maps.google.com"},
|
||||
{ text: "Call Now", href: "tel:+910000000000" },
|
||||
{ text: "Get Directions", href: "https://maps.google.com" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -202,30 +164,22 @@ export default function LandingPage() {
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation", items: [
|
||||
{
|
||||
label: "Menu", href: "#menu"},
|
||||
{
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Contact", href: "#contact"},
|
||||
{ label: "Menu", href: "#menu" },
|
||||
{ label: "About", href: "#about" },
|
||||
{ label: "Contact", href: "#contact" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Socials", items: [
|
||||
{
|
||||
label: "Instagram", href: "#"},
|
||||
{
|
||||
label: "Facebook", href: "#"},
|
||||
{
|
||||
label: "WhatsApp", href: "#"},
|
||||
{ label: "Instagram", href: "#" },
|
||||
{ label: "Facebook", href: "#" },
|
||||
{ label: "WhatsApp", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Policies", items: [
|
||||
{
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service", href: "#"},
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user