Merge version_2 into main #2
172
src/app/page.tsx
172
src/app/page.tsx
@@ -2,8 +2,8 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
import HeroLogo from '@/components/sections/hero/HeroLogo';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
@@ -29,27 +29,17 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Cinabon"
|
||||
button={{
|
||||
text: "Call Now",
|
||||
href: "tel:9851279637",
|
||||
}}
|
||||
text: "Call Now", href: "tel:9851279637"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -59,17 +49,11 @@ export default function LandingPage() {
|
||||
description="Your Daily Coffee & Comfort Spot in Nagarjun. Dine-in, delivery, and a vibrant community atmosphere waiting for you."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:9851279637",
|
||||
},
|
||||
text: "Call Now", href: "tel:9851279637"},
|
||||
{
|
||||
text: "Order Online",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "Order Online", href: "#menu"},
|
||||
{
|
||||
text: "Get Directions",
|
||||
href: "https://maps.app.goo.gl/",
|
||||
},
|
||||
text: "Get Directions", href: "https://maps.app.goo.gl/"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-woman-sitting-table_23-2148773522.jpg"
|
||||
imageAlt="Cinabon Bakery Cafe Atmosphere"
|
||||
@@ -85,41 +69,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Classic Croissant",
|
||||
price: "Rs 150",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/macro-picture-croissants-with-powdered-sugar-grey-table_176420-6883.jpg?_wi=1",
|
||||
},
|
||||
id: "p1", name: "Classic Croissant", price: "Rs 150", imageSrc: "http://img.b2bpic.net/free-photo/macro-picture-croissants-with-powdered-sugar-grey-table_176420-6883.jpg?_wi=1"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Signature Latte",
|
||||
price: "Rs 250",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-near-crop-woman_23-2147830540.jpg?_wi=1",
|
||||
},
|
||||
id: "p2", name: "Signature Latte", price: "Rs 250", imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-near-crop-woman_23-2147830540.jpg?_wi=1"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Chocolate Slice",
|
||||
price: "Rs 200",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/different-types-delicious-desserts_1203-652.jpg?_wi=1",
|
||||
},
|
||||
id: "p3", name: "Chocolate Slice", price: "Rs 200", imageSrc: "http://img.b2bpic.net/free-photo/different-types-delicious-desserts_1203-652.jpg?_wi=1"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Chicken Pasta",
|
||||
price: "Rs 450",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/macro-picture-croissants-with-powdered-sugar-grey-table_176420-6883.jpg?_wi=2",
|
||||
},
|
||||
id: "p4", name: "Chicken Pasta", price: "Rs 450", imageSrc: "http://img.b2bpic.net/free-photo/macro-picture-croissants-with-powdered-sugar-grey-table_176420-6883.jpg?_wi=2"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Iced Coffee",
|
||||
price: "Rs 300",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-near-crop-woman_23-2147830540.jpg?_wi=2",
|
||||
},
|
||||
id: "p5", name: "Iced Coffee", price: "Rs 300", imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-near-crop-woman_23-2147830540.jpg?_wi=2"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Fried Rice",
|
||||
price: "Rs 350",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/different-types-delicious-desserts_1203-652.jpg?_wi=2",
|
||||
},
|
||||
id: "p6", name: "Fried Rice", price: "Rs 350", imageSrc: "http://img.b2bpic.net/free-photo/different-types-delicious-desserts_1203-652.jpg?_wi=2"},
|
||||
]}
|
||||
title="Our Menu"
|
||||
description="From morning brews to hearty meals, everything is crafted with love."
|
||||
@@ -132,9 +92,7 @@ export default function LandingPage() {
|
||||
title="A Community Heartbeat"
|
||||
buttons={[
|
||||
{
|
||||
text: "Visit Us",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Visit Us", href: "#contact"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -145,55 +103,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
date: "Jan 2025",
|
||||
title: "Regular Visitor",
|
||||
quote: "My daily go-to spot for coffee!",
|
||||
tag: "5 stars",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006709.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006709.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah J.", date: "Jan 2025", title: "Regular Visitor", quote: "My daily go-to spot for coffee!", tag: "5 stars", avatarSrc: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006709.jpg", imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006709.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael C.",
|
||||
date: "Dec 2024",
|
||||
title: "Foodie",
|
||||
quote: "Best place to hangout in Nagarjun.",
|
||||
tag: "5 stars",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/smiling-female-baker-giving-wrapped-bread-customer-bakery_23-2148189127.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-female-baker-giving-wrapped-bread-customer-bakery_23-2148189127.jpg",
|
||||
},
|
||||
id: "2", name: "Michael C.", date: "Dec 2024", title: "Foodie", quote: "Best place to hangout in Nagarjun.", tag: "5 stars", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-female-baker-giving-wrapped-bread-customer-bakery_23-2148189127.jpg", imageSrc: "http://img.b2bpic.net/free-photo/smiling-female-baker-giving-wrapped-bread-customer-bakery_23-2148189127.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily R.",
|
||||
date: "Nov 2024",
|
||||
title: "Happy Customer",
|
||||
quote: "Everything was TOO GOOD!",
|
||||
tag: "5 stars",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/blogger-girl-is-laughting-by-looking-camera-cafe_176474-116248.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blogger-girl-is-laughting-by-looking-camera-cafe_176474-116248.jpg",
|
||||
},
|
||||
id: "3", name: "Emily R.", date: "Nov 2024", title: "Happy Customer", quote: "Everything was TOO GOOD!", tag: "5 stars", avatarSrc: "http://img.b2bpic.net/free-photo/blogger-girl-is-laughting-by-looking-camera-cafe_176474-116248.jpg", imageSrc: "http://img.b2bpic.net/free-photo/blogger-girl-is-laughting-by-looking-camera-cafe_176474-116248.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David K.",
|
||||
date: "Oct 2024",
|
||||
title: "Coffee Lover",
|
||||
quote: "The atmosphere is always perfect.",
|
||||
tag: "5 stars",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-brunette-woman-drinks-morning-coffee-cafe_613910-12100.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-brunette-woman-drinks-morning-coffee-cafe_613910-12100.jpg",
|
||||
},
|
||||
id: "4", name: "David K.", date: "Oct 2024", title: "Coffee Lover", quote: "The atmosphere is always perfect.", tag: "5 stars", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-brunette-woman-drinks-morning-coffee-cafe_613910-12100.jpg", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-brunette-woman-drinks-morning-coffee-cafe_613910-12100.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jane D.",
|
||||
date: "Sep 2024",
|
||||
title: "Regular",
|
||||
quote: "Warm, inviting and delicious food.",
|
||||
tag: "5 stars",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/person-paying-using-nfc-technology_23-2149893769.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-paying-using-nfc-technology_23-2149893769.jpg",
|
||||
},
|
||||
id: "5", name: "Jane D.", date: "Sep 2024", title: "Regular", quote: "Warm, inviting and delicious food.", tag: "5 stars", avatarSrc: "http://img.b2bpic.net/free-photo/person-paying-using-nfc-technology_23-2149893769.jpg", imageSrc: "http://img.b2bpic.net/free-photo/person-paying-using-nfc-technology_23-2149893769.jpg"},
|
||||
]}
|
||||
title="Loved by 140+ Customers"
|
||||
description="Don't just take our word for it—see what our community has to say."
|
||||
@@ -201,53 +119,39 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "canvas-reveal",
|
||||
}}
|
||||
text="Visit us at Cinnabon Bakery Marg, Raniban Rd, Nagarjun 44600. Call us: 985-1279637. Open daily until 9 PM."
|
||||
<ContactCTA
|
||||
tag="Get in Touch"
|
||||
title="Plan Your Visit"
|
||||
description="We're open daily until 9 PM at Cinnabon Bakery Marg, Raniban Rd, Nagarjun. We look forward to serving you!"
|
||||
background={{ variant: 'sparkles-gradient' }}
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:9851279637",
|
||||
},
|
||||
text: "Call Now", href: "tel:9851279637"},
|
||||
{
|
||||
text: "Get Directions",
|
||||
href: "https://maps.app.goo.gl/",
|
||||
},
|
||||
text: "Get Directions", href: "https://maps.app.goo.gl/"},
|
||||
]}
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseCard
|
||||
<FooterBaseReveal
|
||||
logoText="Cinabon"
|
||||
columns={[
|
||||
{
|
||||
title: "Visit Us",
|
||||
items: [
|
||||
title: "Visit Us", items: [
|
||||
{
|
||||
label: "Nagarjun, Nepal",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Nagarjun, Nepal", href: "#contact"},
|
||||
{
|
||||
label: "Call: 985-1279637",
|
||||
href: "tel:9851279637",
|
||||
},
|
||||
label: "Call: 985-1279637", href: "tel:9851279637"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Explore",
|
||||
items: [
|
||||
title: "Explore", items: [
|
||||
{
|
||||
label: "Full Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Full Menu", href: "#menu"},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -256,4 +160,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user