Files
cb1fc2b0-5874-41fd-affe-5f0…/src/app/page.tsx
2026-03-06 09:12:00 +00:00

180 lines
10 KiB
TypeScript

"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
import HeroBillboard from "@/components/sections/hero/HeroBillboard";
import ProductCardOne from "@/components/sections/product/ProductCardOne";
import FeatureCardTwentySix from "@/components/sections/feature/FeatureCardTwentySix";
import TestimonialCardTwelve from "@/components/sections/testimonial/TestimonialCardTwelve";
import MediaAbout from "@/components/sections/about/MediaAbout";
import ContactFaq from "@/components/sections/contact/ContactFaq";
import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal";
import { Armchair, Heart, MapPin, Star, Zap } from "lucide-react";
export default function LandingPage() {
return (
<ThemeProvider
defaultButtonVariant="directional-hover"
defaultTextAnimation="reveal-blur"
borderRadius="pill"
contentWidth="mediumLarge"
sizing="largeSizeMediumTitles"
background="noise"
cardStyle="soft-shadow"
primaryButtonStyle="radial-glow"
secondaryButtonStyle="radial-glow"
headingFontWeight="medium"
>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
brandName="Kiga"
navItems={[
{ name: "Home", id: "hero" },
{ name: "Ice Cream", id: "signature" },
{ name: "Why Us", id: "features" },
{ name: "Menu", id: "menu" },
{ name: "Reviews", id: "reviews" },
{ name: "Visit Us", id: "contact" },
]}
button={{
text: "Call Now", href: "tel:+919999999999"}}
/>
</div>
<div id="hero" data-section="hero">
<HeroBillboard
title="Khed's Favorite Ice Cream & Dessert Café"
description="Fresh Ice Cream • Delicious Snacks • Relaxing Café Ambience. Experience the finest desserts and refreshing treats in a welcoming atmosphere perfect for families and friends."
background={{ variant: "sparkles-gradient" }}
imageSrc="http://img.b2bpic.net/free-photo/ice-cream-waffle-with-candies_140725-6231.jpg"
imageAlt="Colorful ice cream display at Kiga Ice Cream & Cafe"
buttons={[
{
text: "📞 Call Now", href: "tel:+919999999999"},
{
text: "📍 Get Directions", href: "https://maps.google.com/?q=Kiga+Ice+Cream+Khed+Aniket+Shopping+Center"},
]}
mediaAnimation="slide-up"
buttonAnimation="slide-up"
ariaLabel="Hero section - Kiga Ice Cream & Cafe"
/>
</div>
<div id="signature" data-section="signature">
<ProductCardOne
title="Signature Ice Cream Flavors"
description="Discover our most popular ice cream flavors, crafted with fresh ingredients and love. Each scoop is a delightful experience."
products={[
{
id: "1", name: "Mix Berries Ice Cream", price: "₹150", imageSrc: "http://img.b2bpic.net/free-photo/ice-cream-waffle-cone-with-berries-wooden-background_169016-3124.jpg", imageAlt: "Mix Berries Ice Cream"},
{
id: "2", name: "Chocolate Ice Cream", price: "₹140", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-ice-cream-scoop-ball-with-chocolate-chips-white-background-ai-generative_123827-24163.jpg", imageAlt: "Rich Chocolate Ice Cream"},
{
id: "3", name: "Fruit Ice Cream", price: "₹160", imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-fresh-natural-creamy-lemon-ice-cream-decorated-with-mint-served-dark-stone-slate-black-background-glossy-scoop-is-laying-nearby_639032-532.jpg", imageAlt: "Fresh Fruit Ice Cream"},
{
id: "4", name: "Classic Vanilla", price: "₹120", imageSrc: "http://img.b2bpic.net/free-photo/ice-cream-cone-marble_23-2148141407.jpg", imageAlt: "Classic Vanilla Scoop"},
]}
gridVariant="uniform-all-items-equal"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
buttons={[
{
text: "View All Flavors", href: "#menu"},
]}
/>
</div>
<div id="features" data-section="features">
<FeatureCardTwentySix
title="Why People Love Kiga"
description="Experience the perfect blend of quality, taste, and comfort that keeps customers coming back"
features={[
{
title: "Fresh Ice Cream Flavors", description: "Made with premium ingredients and natural flavors for the perfect taste experience", imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-various-fresh-healthy-fruits_23-2147877145.jpg", imageAlt: "Fresh ingredients", buttonIcon: Star,
buttonHref: "#"},
{
title: "Tasty Café Snacks", description: "Delicious burgers, sandwiches, and quick bites to complement your dessert", imageSrc: "http://img.b2bpic.net/free-photo/delicious-burger-fries-with-salad-table_613910-7497.jpg", imageAlt: "Burgers and snacks", buttonIcon: Heart,
buttonHref: "#"},
{
title: "Comfortable Seating", description: "Relax in our cozy café atmosphere with family and friends", imageSrc: "http://img.b2bpic.net/free-photo/modern-cafe-interior-design-with-wooden-wall-green-wall-grey-chairs_191095-99746.jpg?_wi=1", imageAlt: "Cafe interior seating", buttonIcon: Armchair,
buttonHref: "#"},
{
title: "Great Takeaway", description: "Perfect packaging for your treats on the go - enjoy quality anywhere", imageSrc: "http://img.b2bpic.net/free-photo/attractive-brunette-female-dressed-white-dress-sunglasses-cute-teenage-girl-eating-ice-cream-street_613910-12186.jpg", imageAlt: "Happy customers with ice cream", buttonIcon: Zap,
buttonHref: "#"},
]}
textboxLayout="default"
useInvertedBackground={false}
mediaAnimation="slide-up"
/>
</div>
<div id="reviews" data-section="reviews">
<TestimonialCardTwelve
testimonials={[
{
id: "1", name: "Priya Sharma", imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg?_wi=1", imageAlt: "Priya Sharma"},
{
id: "2", name: "Rajesh Kumar", imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg?_wi=2", imageAlt: "Rajesh Kumar"},
{
id: "3", name: "Anita Patel", imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg?_wi=3", imageAlt: "Anita Patel"},
{
id: "4", name: "Vikram Desai", imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg?_wi=4", imageAlt: "Vikram Desai"},
]}
cardTitle="Over 1000 happy customers trust Kiga for the best ice cream and café experience in Khed"
cardTag="⭐ 4.5 Stars - See What They Say"
cardAnimation="slide-up"
useInvertedBackground={false}
/>
</div>
<div id="menu" data-section="menu">
<MediaAbout
title="Explore Our Menu"
description="From signature ice cream flavors to delicious café snacks, burgers, desserts, and refreshing cold drinks. Every item is crafted to delight your taste buds."
tag="Menu Categories"
imageSrc="http://img.b2bpic.net/free-photo/modern-cafe-interior-design-with-wooden-wall-green-wall-grey-chairs_191095-99746.jpg?_wi=2"
imageAlt="Kiga Ice Cream & Cafe menu showcase"
buttons={[
{
text: "View Full Menu", href: "#contact"},
]}
useInvertedBackground={false}
/>
</div>
<div id="contact" data-section="contact">
<ContactFaq
ctaTitle="Visit Us Today"
ctaDescription="Stop by Kiga Ice Cream & Cafe in Khed for the freshest ice cream and desserts. We're open until 11 PM daily."
ctaButton={{
text: "📍 Get Directions", href: "https://maps.google.com/?q=Kiga+Ice+Cream+Khed+Aniket+Shopping+Center"}}
ctaIcon={MapPin}
faqs={[
{
id: "1", title: "What are your opening hours?", content: "We are open daily from 12:00 PM to 11:00 PM. Visit us anytime for your favorite ice cream and snacks!"},
{
id: "2", title: "Do you have parking available?", content: "Yes, we have easy parking available near our location in Aniket Shopping Center, Opposite Police Line."},
{
id: "3", title: "Can I place a delivery order?", content: "Yes, we offer takeaway and delivery services. Call us or visit us directly to place your order."},
{
id: "4", title: "What is your location?", content: "Shop No 5, Ground Floor, Aniket Shopping Center, Opposite Police Line, Khed, Maharashtra 415709, India"},
]}
useInvertedBackground={false}
animationType="slide-up"
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoReveal
logoText="Kiga"
leftLink={{
text: "Contact: +91-9999999999", href: "tel:+919999999999"}}
rightLink={{
text: "Privacy Policy", href: "#"}}
/>
</div>
</ThemeProvider>
);
}