Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c6a735ff5f | |||
| 14b67a9567 | |||
| 9c697842e4 |
@@ -4,13 +4,13 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|||||||
import ReactLenis from "lenis/react";
|
import ReactLenis from "lenis/react";
|
||||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||||
import HeroOverlay from '@/components/sections/hero/HeroOverlay';
|
import HeroOverlay from '@/components/sections/hero/HeroOverlay';
|
||||||
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
||||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||||
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
||||||
import { Coffee, Star, Users } from "lucide-react";
|
import { Coffee, Star, Users } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
@@ -34,7 +34,8 @@ export default function LandingPage() {
|
|||||||
{ name: "Home", id: "hero" },
|
{ name: "Home", id: "hero" },
|
||||||
{ name: "About", id: "about" },
|
{ name: "About", id: "about" },
|
||||||
{ name: "Menu", id: "menu" },
|
{ name: "Menu", id: "menu" },
|
||||||
{ name: "Contact", id: "contact" }
|
{ name: "Testimonials", id: "testimonials" },
|
||||||
|
{ name: "Location", id: "location" }
|
||||||
]}
|
]}
|
||||||
brandName="Cafe Connection"
|
brandName="Cafe Connection"
|
||||||
button={{ text: "Order Now", href: "https://wa.me/918200443850" }}
|
button={{ text: "Order Now", href: "https://wa.me/918200443850" }}
|
||||||
@@ -47,7 +48,7 @@ export default function LandingPage() {
|
|||||||
description="Great food, great vibes, and the perfect place to connect with friends and family."
|
description="Great food, great vibes, and the perfect place to connect with friends and family."
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Call Now", href: "tel:+918200443850" },
|
{ text: "Call Now", href: "tel:+918200443850" },
|
||||||
{ text: "Get Directions", href: "https://maps.google.com" },
|
{ text: "Get Directions", href: "https://maps.app.goo.gl/CafeConnectionVastral" },
|
||||||
{ text: "WhatsApp Order", href: "https://wa.me/918200443850" }
|
{ text: "WhatsApp Order", href: "https://wa.me/918200443850" }
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064692.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064692.jpg"
|
||||||
@@ -113,18 +114,17 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="testimonials" data-section="testimonials">
|
<div id="testimonials" data-section="testimonials">
|
||||||
<TestimonialCardTen
|
<TestimonialCardSix
|
||||||
textboxLayout="default"
|
title="Celebration Events"
|
||||||
|
description="Hear how we've helped make special moments unforgettable."
|
||||||
|
textboxLayout="split"
|
||||||
|
animationType="slide-up"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{ id: "t1", title: "Best Coffee!", quote: "The best place to hang out with friends.", name: "Rahul V.", role: "Student", imageSrc: "http://img.b2bpic.net/free-photo/happy-joyful-guy-enjoying-leisure-time_1262-20555.jpg" },
|
{ id: "t1", name: "Sneha P.", handle: "Birthday Host", testimonial: "The surprise birthday party for my brother was perfectly organized. The cake and snacks were delicious!" },
|
||||||
{ id: "t2", title: "Great Food", quote: "Loved the burgers and pizza, very fresh.", name: "Priya S.", role: "Designer", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-sitting-sofa-waiting-area_107420-95816.jpg" },
|
{ id: "t2", name: "Rajesh K.", handle: "Anniversary Couple", testimonial: "Our 5th anniversary celebration here was so intimate and well-catered. Great experience." },
|
||||||
{ id: "t3", title: "Chill Vibes", quote: "Finally a proper cozy spot in Vastral.", name: "Amit M.", role: "Professional", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-white-lesbian-with-hair-bun-talking-her-fashionable-black-girlfriend-trendy-denim-jacket_273609-9595.jpg" },
|
{ id: "t3", name: "Meena A.", handle: "Event Planner", testimonial: "Perfect venue for our small group team catchup. Everyone loved the food and service." }
|
||||||
{ id: "t4", title: "Super Friendly", quote: "The staff here is very accommodating.", name: "Sunita K.", role: "Teacher", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-holding-cup-blue-wall_176420-3108.jpg" },
|
|
||||||
{ id: "t5", title: "Daily Regular", quote: "My go-to coffee shop every morning.", name: "Vikram J.", role: "Developer", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-smiling-with-top-hat-thumbs-up_1187-1549.jpg" }
|
|
||||||
]}
|
]}
|
||||||
title="What Our Foodies Say"
|
|
||||||
description="Reviews from our community."
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -147,8 +147,8 @@ export default function LandingPage() {
|
|||||||
<ContactSplit
|
<ContactSplit
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
background={{ variant: "plain" }}
|
background={{ variant: "plain" }}
|
||||||
title="Visit Us Today"
|
title="Visit Our Café"
|
||||||
description="Shop No.5, Siddhivinayak Complex, Nirant Cross Rd, Vastral, Ahmedabad."
|
description="Shop No.5, Siddhivinayak Complex, Nirant Cross Rd, Vastral, Ahmedabad. Follow the directions to find your new favorite hangout spot!"
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-girl-barista-apron-looks-surprised-points-with-hand-stares-amazed-camera-works_1258-148454.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/portrait-girl-barista-apron-looks-surprised-points-with-hand-stares-amazed-camera-works_1258-148454.jpg"
|
||||||
tag="Our Location"
|
tag="Our Location"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
@@ -156,16 +156,33 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterMedia
|
<FooterBase
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-epiphany-day-desserts-with-copy-space_23-2148740613.jpg"
|
|
||||||
logoText="Cafe Connection"
|
logoText="Cafe Connection"
|
||||||
columns={[
|
columns={[
|
||||||
{ title: "Links", items: [{ label: "Menu", href: "#menu" }, { label: "Contact", href: "#contact" }] },
|
{
|
||||||
{ title: "Hours", items: [{ label: "Open daily till 9 PM", href: "#" }] }
|
title: "Contact Info",
|
||||||
|
items: [
|
||||||
|
{ label: "WhatsApp: +91 82004 43850", href: "https://wa.me/918200443850" },
|
||||||
|
{ label: "Phone: +91 82004 43850", href: "tel:+918200443850" }
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "Visit Us",
|
||||||
|
items: [
|
||||||
|
{ label: "Shop No.5, Siddhivinayak Complex, Vastral", href: "https://maps.app.goo.gl/CafeConnectionVastral" }
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "Business Hours",
|
||||||
|
items: [
|
||||||
|
{ label: "Everyday: 10:00 AM - 9:00 PM", href: "#" }
|
||||||
|
]
|
||||||
|
}
|
||||||
]}
|
]}
|
||||||
|
copyrightText="© 2025 | Cafe Connection Vastral"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user