|
|
|
|
@@ -10,7 +10,7 @@ import TestimonialCardSixteen from '@/components/sections/testimonial/Testimonia
|
|
|
|
|
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
|
|
|
|
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
|
|
|
|
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
|
|
|
|
import { Heart, IceCream, Sparkles, Star } from 'lucide-react';
|
|
|
|
|
import { Heart, IceCream, Sparkles, Star, MapPin, Phone, Mail, Clock, Utensils } from 'lucide-react';
|
|
|
|
|
|
|
|
|
|
export default function LandingPage() {
|
|
|
|
|
return (
|
|
|
|
|
@@ -32,11 +32,11 @@ export default function LandingPage() {
|
|
|
|
|
{ name: "Home", id: "hero" },
|
|
|
|
|
{ name: "About", id: "about" },
|
|
|
|
|
{ name: "Products", id: "products" },
|
|
|
|
|
{ name: "Why Us", id: "features" },
|
|
|
|
|
{ name: "Why Us", id: "why-us" },
|
|
|
|
|
{ name: "Reviews", id: "testimonials" }
|
|
|
|
|
]}
|
|
|
|
|
brandName="Amul Ice Cream Parlour"
|
|
|
|
|
button={{ text: "Order Now", href: "#contact" }}
|
|
|
|
|
button={{ text: "Order Now", href: "#visit-us" }}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
@@ -63,7 +63,7 @@ export default function LandingPage() {
|
|
|
|
|
tagIcon={Sparkles}
|
|
|
|
|
title="About Amul Ice Cream Parlour"
|
|
|
|
|
description="We're your neighborhood ice cream destination offering a wide variety of delicious Amul ice creams and dairy products. Known for quality, affordability, and friendly service, we provide the perfect sweet escape for families, students, and ice cream enthusiasts."
|
|
|
|
|
buttons={[{ text: "Visit Us", href: "#contact" }]}
|
|
|
|
|
buttons={[{ text: "Visit Us", href: "#visit-us" }]}
|
|
|
|
|
bulletPoints={[
|
|
|
|
|
{
|
|
|
|
|
title: "Wide Selection", description: "Authentic Amul flavors including classics, cones, cups, and family packs", icon: IceCream
|
|
|
|
|
@@ -118,7 +118,7 @@ export default function LandingPage() {
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="features" data-section="features">
|
|
|
|
|
<div id="why-us" data-section="why-us">
|
|
|
|
|
<FeatureCardSeven
|
|
|
|
|
title="Why Choose Amul Ice Cream Parlour"
|
|
|
|
|
description="Your favorite neighborhood dessert destination offering quality, value, and exceptional service"
|
|
|
|
|
@@ -127,19 +127,19 @@ export default function LandingPage() {
|
|
|
|
|
features={[
|
|
|
|
|
{
|
|
|
|
|
id: 1,
|
|
|
|
|
title: "Premium Amul Quality", description: "Authentic Amul dairy products trusted by millions across India for consistent quality and taste", imageSrc: "http://img.b2bpic.net/free-photo/healthy-oatmeal-porridge-with-slices-orange-fruit-wooden-piece_114579-68548.jpg?_wi=2"
|
|
|
|
|
title: "Trusted Brand", description: "Amul is India's most trusted dairy brand with decades of quality and consistency you can rely on", imageSrc: "http://img.b2bpic.net/free-photo/healthy-oatmeal-porridge-with-slices-orange-fruit-wooden-piece_114579-68548.jpg?_wi=2"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: 2,
|
|
|
|
|
title: "Best Affordable Prices", description: "Enjoy premium ice creams and dairy treats without burning a hole in your wallet", imageSrc: "http://img.b2bpic.net/free-photo/closeup-waffle-cone-creative-macro-concept-sweets-food_169016-28055.jpg?_wi=3"
|
|
|
|
|
title: "Wide Variety", description: "From classic vanilla to exotic flavors, cups, cones, and family packs for every craving and occasion", imageSrc: "http://img.b2bpic.net/free-photo/closeup-waffle-cone-creative-macro-concept-sweets-food_169016-28055.jpg?_wi=3"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: 3,
|
|
|
|
|
title: "Wide Flavor Selection", description: "From classic vanilla to exotic flavors, cups, cones, and family packs for every craving", imageSrc: "http://img.b2bpic.net/free-photo/closeup-waffle-cone-creative-macro-concept-sweets-food_169016-28055.jpg?_wi=4"
|
|
|
|
|
title: "Affordable Prices", description: "Enjoy premium ice creams and dairy treats without burning a hole in your wallet", imageSrc: "http://img.b2bpic.net/free-photo/closeup-waffle-cone-creative-macro-concept-sweets-food_169016-28055.jpg?_wi=4"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: 4,
|
|
|
|
|
title: "Quick Takeaway Service", description: "Perfect for busy students and families who need their ice cream fix on the go", imageSrc: "http://img.b2bpic.net/free-photo/waffle-cones-with-ice-cream-near-fresh-berries-bowl-napkin-table_23-2148107715.jpg?_wi=2"
|
|
|
|
|
title: "Friendly Service", description: "Our warm, welcoming staff provides personalized recommendations and quick service with a smile", imageSrc: "http://img.b2bpic.net/free-photo/waffle-cones-with-ice-cream-near-fresh-berries-bowl-napkin-table_23-2148107715.jpg?_wi=2"
|
|
|
|
|
}
|
|
|
|
|
]}
|
|
|
|
|
animationType="blur-reveal"
|
|
|
|
|
@@ -218,51 +218,51 @@ export default function LandingPage() {
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="contact" data-section="contact">
|
|
|
|
|
<div id="visit-us" data-section="visit-us">
|
|
|
|
|
<ContactSplit
|
|
|
|
|
tag="Get In Touch"
|
|
|
|
|
tagIcon={IceCream}
|
|
|
|
|
title="Stay Updated with Special Offers"
|
|
|
|
|
description="Subscribe to our newsletter for exclusive deals, new flavors, and updates about our favorite Amul ice creams and promotions."
|
|
|
|
|
tag="Visit Us"
|
|
|
|
|
tagIcon={MapPin}
|
|
|
|
|
title="Find Us & Contact Information"
|
|
|
|
|
description="Located in the heart of Secunderabad, we're your go-to destination for premium Amul ice creams and a perfect spot for dine-in or takeaway. Visit us today for delicious treats or get in touch with any questions!"
|
|
|
|
|
background={{ variant: "sparkles-gradient" }}
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
imageSrc="http://img.b2bpic.net/free-vector/sweet-sixteen-birthday-invitation_23-2147976889.jpg"
|
|
|
|
|
imageAlt="Special ice cream treats and seasonal offers"
|
|
|
|
|
imageAlt="Amul Ice Cream Parlour location and contact details"
|
|
|
|
|
mediaAnimation="opacity"
|
|
|
|
|
mediaPosition="right"
|
|
|
|
|
inputPlaceholder="Enter your email"
|
|
|
|
|
buttonText="Subscribe"
|
|
|
|
|
termsText="We respect your privacy. Unsubscribe anytime. No spam, just sweet offers!"
|
|
|
|
|
buttonText="Subscribe for Updates"
|
|
|
|
|
termsText="Get exclusive offers and new flavor updates delivered to your inbox. We respect your privacy and never spam."
|
|
|
|
|
tagAnimation="blur-reveal"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="footer" data-section="footer">
|
|
|
|
|
<FooterLogoEmphasis
|
|
|
|
|
logoText="Amul Ice Cream"
|
|
|
|
|
logoText="Amul Ice Cream Parlour"
|
|
|
|
|
columns={[
|
|
|
|
|
{
|
|
|
|
|
items: [
|
|
|
|
|
{ label: "Home", href: "#hero" },
|
|
|
|
|
{ label: "About Us", href: "#about" },
|
|
|
|
|
{ label: "Products", href: "#products" },
|
|
|
|
|
{ label: "FAQ", href: "#faq" }
|
|
|
|
|
{ label: "Why Choose Us", href: "#why-us" }
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
items: [
|
|
|
|
|
{ label: "Location", href: "#contact" },
|
|
|
|
|
{ label: "Hours", href: "#" },
|
|
|
|
|
{ label: "Contact", href: "#contact" },
|
|
|
|
|
{ label: "Newsletter", href: "#contact" }
|
|
|
|
|
{ label: "Customer Reviews", href: "#testimonials" },
|
|
|
|
|
{ label: "FAQ", href: "#faq" },
|
|
|
|
|
{ label: "Visit Us", href: "#visit-us" },
|
|
|
|
|
{ label: "Contact", href: "#visit-us" }
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
items: [
|
|
|
|
|
{ label: "Follow Us", href: "#" },
|
|
|
|
|
{ label: "Reviews", href: "#testimonials" },
|
|
|
|
|
{ label: "Privacy Policy", href: "#" },
|
|
|
|
|
{ label: "Terms", href: "#" }
|
|
|
|
|
{ label: "📍 Address: Secunderabad", href: "#" },
|
|
|
|
|
{ label: "📞 Phone: +91-XXXX-XXXX", href: "#" },
|
|
|
|
|
{ label: "✉️ Email: info@amulparlour.com", href: "#" },
|
|
|
|
|
{ label: "🕙 Hours: 10 AM - 10 PM", href: "#" }
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
]}
|
|
|
|
|
@@ -270,4 +270,4 @@ export default function LandingPage() {
|
|
|
|
|
</div>
|
|
|
|
|
</ThemeProvider>
|
|
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|
}
|