diff --git a/src/app/page.tsx b/src/app/page.tsx index 9e9e791..a44327d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,6 +11,7 @@ import FeatureCardTwelve from "@/components/sections/feature/FeatureCardTwelve"; import FaqDouble from "@/components/sections/faq/FaqDouble"; import ContactFaq from "@/components/sections/contact/ContactFaq"; import FooterCard from "@/components/sections/footer/FooterCard"; +import HeroBillboardGallery from "@/components/sections/hero/HeroBillboardGallery"; import { Star, MapPin, Clock, DollarSign, Heart, Phone, Facebook, Instagram } from "lucide-react"; const navItems = [ @@ -41,32 +42,33 @@ export default function HomePage() { navItems={navItems} brandName="Suto Cafe" button={{ - text: "📞 Call Now", - href: "tel:+918888999888", - }} + text: "📞 Call Now", href: "tel:+918888999888"}} /> - {/* Hero Section */} + {/* Hero Section with Logo Gallery */}
- @@ -79,32 +81,16 @@ export default function HomePage() { description="Trusted by locals, loved by visitors. Visit us today and experience the Suto Cafe difference." metrics={[ { - id: "location", - value: "📍", - title: "Aurangpura Location", - description: "Easy to find on main street", - icon: MapPin, + id: "location", value: "📍", title: "Aurangpura Location", description: "Easy to find on main street", icon: MapPin, }, { - id: "hours", - value: "☕", - title: "7 AM - 10 PM", - description: "Open daily for your cafe fix", - icon: Clock, + id: "hours", value: "☕", title: "7 AM - 10 PM", description: "Open daily for your cafe fix", icon: Clock, }, { - id: "price", - value: "₹200-400", - title: "Per Person", - description: "Premium quality affordable", - icon: DollarSign, + id: "price", value: "₹200-400", title: "Per Person", description: "Premium quality affordable", icon: DollarSign, }, { - id: "rating", - value: "250+", - title: "Happy Reviews", - description: "Rated 4.7 stars on Google", - icon: Heart, + id: "rating", value: "250+", title: "Happy Reviews", description: "Rated 4.7 stars on Google", icon: Heart, }, ]} gridVariant="bento-grid" @@ -121,40 +107,16 @@ export default function HomePage() { description="Real stories from real customers. Join our community of cafe lovers." testimonials={[ { - id: "1", - name: "Priya Sharma", - handle: "@priya_loves_coffee", - testimonial: "Ambience is pretty and staff is super friendly! My go-to spot for morning coffee and work sessions.", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-using-looking-smartphone-with-feeling-happy_1150-4006.jpg", - imageAlt: "Priya Sharma customer testimonial", - icon: Star, + id: "1", name: "Priya Sharma", handle: "@priya_loves_coffee", testimonial: "Ambience is pretty and staff is super friendly! My go-to spot for morning coffee and work sessions.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-using-looking-smartphone-with-feeling-happy_1150-4006.jpg", imageAlt: "Priya Sharma customer testimonial", icon: Star, }, { - id: "2", - name: "Rahul Verma", - handle: "@rahul_foodie", - testimonial: "Food is fantastic! The pastries are fresh and the coffee is exactly how I like it. Best cafe in Sambhajinagar!", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-showing-thumb-up-blue-shirt-looking-glad_176474-56772.jpg", - imageAlt: "Rahul Verma customer testimonial", - icon: Star, + id: "2", name: "Rahul Verma", handle: "@rahul_foodie", testimonial: "Food is fantastic! The pastries are fresh and the coffee is exactly how I like it. Best cafe in Sambhajinagar!", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-showing-thumb-up-blue-shirt-looking-glad_176474-56772.jpg", imageAlt: "Rahul Verma customer testimonial", icon: Star, }, { - id: "3", - name: "Anjali Patel", - handle: "@anjali_explorer", - testimonial: "Great atmosphere for catching up with friends. The vibe is so cozy and welcoming. Highly recommended!", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-curly-black-woman-smiling-camera-home_197531-33133.jpg", - imageAlt: "Anjali Patel customer testimonial", - icon: Star, + id: "3", name: "Anjali Patel", handle: "@anjali_explorer", testimonial: "Great atmosphere for catching up with friends. The vibe is so cozy and welcoming. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-curly-black-woman-smiling-camera-home_197531-33133.jpg", imageAlt: "Anjali Patel customer testimonial", icon: Star, }, { - id: "4", - name: "Arjun Singh", - handle: "@arjun_wanderer", - testimonial: "Perfect spot for remote work or casual hangouts. Strong coffee, free WiFi, and amazing vibes. Love it!", - imageSrc: "http://img.b2bpic.net/free-photo/people-hangout-together-coffee-shop_53876-71154.jpg", - imageAlt: "Arjun Singh customer testimonial", - icon: Star, + id: "4", name: "Arjun Singh", handle: "@arjun_wanderer", testimonial: "Perfect spot for remote work or casual hangouts. Strong coffee, free WiFi, and amazing vibes. Love it!", imageSrc: "http://img.b2bpic.net/free-photo/people-hangout-together-coffee-shop_53876-71154.jpg", imageAlt: "Arjun Singh customer testimonial", icon: Star, }, ]} animationType="slide-up" @@ -172,35 +134,14 @@ export default function HomePage() { description="Freshly brewed coffee, artisan pastries, and delicious snacks. Everything made with love." products={[ { - id: "espresso", - brand: "Suto Signature", - name: "Artisan Espresso", - price: "₹150", - rating: 5, - reviewCount: "180+", - imageSrc: "http://img.b2bpic.net/free-photo/cups-coffee-table_23-2148900626.jpg?_wi=1", - imageAlt: "Artisan espresso with latte art", - }, + id: "espresso", brand: "Suto Signature", name: "Artisan Espresso", price: "₹150", rating: 5, + reviewCount: "180+", imageSrc: "http://img.b2bpic.net/free-photo/cups-coffee-table_23-2148900626.jpg?_wi=1", imageAlt: "Artisan espresso with latte art"}, { - id: "croissant", - brand: "Fresh Daily", - name: "Butter Croissant", - price: "₹120", - rating: 5, - reviewCount: "140+", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-plum-pie-with-chemex-coffee-ingredients-with-fabric-wooden-table-with-fabric_181624-27722.jpg?_wi=1", - imageAlt: "Golden butter croissant fresh from oven", - }, + id: "croissant", brand: "Fresh Daily", name: "Butter Croissant", price: "₹120", rating: 5, + reviewCount: "140+", imageSrc: "http://img.b2bpic.net/free-photo/delicious-plum-pie-with-chemex-coffee-ingredients-with-fabric-wooden-table-with-fabric_181624-27722.jpg?_wi=1", imageAlt: "Golden butter croissant fresh from oven"}, { - id: "sandwich", - brand: "House Special", - name: "Gourmet Sandwich", - price: "₹280", - rating: 5, - reviewCount: "95+", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-sandwich-with-vegetables_23-2148454710.jpg?_wi=1", - imageAlt: "Fresh gourmet sandwich with quality ingredients", - }, + id: "sandwich", brand: "House Special", name: "Gourmet Sandwich", price: "₹280", rating: 5, + reviewCount: "95+", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-sandwich-with-vegetables_23-2148454710.jpg?_wi=1", imageAlt: "Fresh gourmet sandwich with quality ingredients"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -220,37 +161,16 @@ export default function HomePage() { useInvertedBackground={false} features={[ { - id: "cozy", - label: "Cozy Ambience", - title: "The Perfect Vibe", - items: [ - "Minimalist, Instagram-worthy interior", - "Soft lighting and comfortable seating", - "Plants and art throughout the space", - "Perfect for photos and memories", - ], + id: "cozy", label: "Cozy Ambience", title: "The Perfect Vibe", items: [ + "Minimalist, Instagram-worthy interior", "Soft lighting and comfortable seating", "Plants and art throughout the space", "Perfect for photos and memories"], }, { - id: "quality", - label: "Premium Quality", - title: "Excellence Every Sip", - items: [ - "Freshly roasted specialty coffee beans", - "Artisan pastries baked daily", - "Sourced from best local suppliers", - "Quality ingredients, always", - ], + id: "quality", label: "Premium Quality", title: "Excellence Every Sip", items: [ + "Freshly roasted specialty coffee beans", "Artisan pastries baked daily", "Sourced from best local suppliers", "Quality ingredients, always"], }, { - id: "community", - label: "Friendly Staff", - title: "Like Family Here", - items: [ - "Warm, welcoming team members", - "Personal attention to every customer", - "Remember your favorite order", - "Happy to chat or help you unwind", - ], + id: "community", label: "Friendly Staff", title: "Like Family Here", items: [ + "Warm, welcoming team members", "Personal attention to every customer", "Remember your favorite order", "Happy to chat or help you unwind"], }, ]} /> @@ -263,35 +183,17 @@ export default function HomePage() { description="Everything you need to know about visiting Suto Cafe." faqs={[ { - id: "location", - title: "Where is Suto Cafe located?", - content: "We're located in Aurangpura, Chhatrapati Sambhajinagar, Maharashtra. Easy to find on the main street. Visit Google Maps for exact directions: maps.google.com/?q=Suto+Cafe+Sambhajinagar", - }, + id: "location", title: "Where is Suto Cafe located?", content: "We're located in Aurangpura, Chhatrapati Sambhajinagar, Maharashtra. Easy to find on the main street. Visit Google Maps for exact directions: maps.google.com/?q=Suto+Cafe+Sambhajinagar"}, { - id: "hours", - title: "What are your opening hours?", - content: "We're open from 7 AM to 10 PM every day. Perfect for morning coffee, afternoon work sessions, or evening hangouts with friends.", - }, + id: "hours", title: "What are your opening hours?", content: "We're open from 7 AM to 10 PM every day. Perfect for morning coffee, afternoon work sessions, or evening hangouts with friends."}, { - id: "pricing", - title: "What's the price range?", - content: "Our menu ranges from ₹150 for specialty coffee to ₹400 for complete meals. Average per person is ₹200-300. Great value for premium quality!", - }, + id: "pricing", title: "What's the price range?", content: "Our menu ranges from ₹150 for specialty coffee to ₹400 for complete meals. Average per person is ₹200-300. Great value for premium quality!"}, { - id: "wifi", - title: "Do you have WiFi and seating for work?", - content: "Yes! We offer free high-speed WiFi and comfortable seating perfect for remote work, study sessions, or casual meetings. Many regulars work here daily.", - }, + id: "wifi", title: "Do you have WiFi and seating for work?", content: "Yes! We offer free high-speed WiFi and comfortable seating perfect for remote work, study sessions, or casual meetings. Many regulars work here daily."}, { - id: "parking", - title: "Is parking available?", - content: "Street parking is available nearby. The location is easily accessible and walking distance from major areas in Aurangpura.", - }, + id: "parking", title: "Is parking available?", content: "Street parking is available nearby. The location is easily accessible and walking distance from major areas in Aurangpura."}, { - id: "events", - title: "Can we host small gatherings?", - content: "Absolutely! We love hosting small groups, casual meetings, and friend hangouts. Call us at +918888999888 to discuss your event.", - }, + id: "events", title: "Can we host small gatherings?", content: "Absolutely! We love hosting small groups, casual meetings, and friend hangouts. Call us at +918888999888 to discuss your event."}, ]} faqsAnimation="slide-up" textboxLayout="default" @@ -305,28 +207,17 @@ export default function HomePage() { ctaTitle="Ready for a Great Coffee Experience?" ctaDescription="Call us now, visit in person, or send us a message. We'd love to welcome you to Suto Cafe!" ctaButton={{ - text: "📞 Call Now +91 88 88 999 888", - href: "tel:+918888999888", - }} + text: "📞 Call Now +91 88 88 999 888", href: "tel:+918888999888"}} ctaIcon={Phone} useInvertedBackground={false} animationType="slide-up" faqs={[ { - id: "call", - title: "📞 Call Us", - content: "+91 88 88 999 888 - Available 7 AM to 10 PM daily", - }, + id: "call", title: "📞 Call Us", content: "+91 88 88 999 888 - Available 7 AM to 10 PM daily"}, { - id: "visit", - title: "📍 Visit Us", - content: "Aurangpura, Chhatrapati Sambhajinagar, Maharashtra", - }, + id: "visit", title: "📍 Visit Us", content: "Aurangpura, Chhatrapati Sambhajinagar, Maharashtra"}, { - id: "message", - title: "💬 Message Us", - content: "Have questions? Send us a message and we'll reply ASAP!", - }, + id: "message", title: "💬 Message Us", content: "Have questions? Send us a message and we'll reply ASAP!"}, ]} />
@@ -339,19 +230,13 @@ export default function HomePage() { socialLinks={[ { icon: Facebook, - href: "https://facebook.com/sutocafe", - ariaLabel: "Visit our Facebook page", - }, + href: "https://facebook.com/sutocafe", ariaLabel: "Visit our Facebook page"}, { icon: Instagram, - href: "https://instagram.com/sutocafe", - ariaLabel: "Follow us on Instagram", - }, + href: "https://instagram.com/sutocafe", ariaLabel: "Follow us on Instagram"}, { icon: MapPin, - href: "https://maps.google.com/?q=Suto+Cafe+Sambhajinagar", - ariaLabel: "Find us on Google Maps", - }, + href: "https://maps.google.com/?q=Suto+Cafe+Sambhajinagar", ariaLabel: "Find us on Google Maps"}, ]} />