Merge version_1 into main #1
1375
src/app/layout.tsx
1375
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -34,7 +34,7 @@ export default function LandingPage() {
|
||||
{ name: "Reviews", id: "reviews" },
|
||||
{ name: "Visit Us", id: "contact" }
|
||||
]}
|
||||
brandName="AMRITA"
|
||||
brandName="AMRITA Coffee House"
|
||||
bottomLeftText="Chocolate Heaven, Bilimora"
|
||||
bottomRightText="+91 XXXX-XXXX-XXX"
|
||||
/>
|
||||
@@ -62,14 +62,14 @@ export default function LandingPage() {
|
||||
<div id="about" data-section="about">
|
||||
<MetricSplitMediaAbout
|
||||
tag="About Us"
|
||||
title="Welcome to AMRITA Coffee House"
|
||||
title="Welcome to AMRITA Coffee House Coffee House"
|
||||
description="A warm and inviting café in Bilimora offering handcrafted coffee, delicious pizzas, and a cozy atmosphere perfect for hangouts, work sessions, and chill evenings. We pride ourselves on using premium beans, fresh ingredients, and creating a space where friends connect and memories are made."
|
||||
metrics={[
|
||||
{ value: "4.8★", title: "Customer Rating (25+ Reviews)" },
|
||||
{ value: "Daily", title: "Open Until Midnight" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-works-cafe-evening_1153-3549.jpg"
|
||||
imageAlt="Cozy AMRITA cafe interior with warm lighting and comfortable seating"
|
||||
imageAlt="Cozy AMRITA Coffee House cafe interior with warm lighting and comfortable seating"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -88,15 +88,15 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "AMRITA Signature", name: "Double Shot Latte", price: "₹150", rating: 5,
|
||||
id: "1", brand: "AMRITA Coffee House Signature", name: "Double Shot Latte", price: "₹150", rating: 5,
|
||||
reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/man-enjoying-cup-hot-coffee-cafe_53876-88441.jpg", imageAlt: "Premium latte with latte art"
|
||||
},
|
||||
{
|
||||
id: "2", brand: "AMRITA Pizza", name: "Margherita Magic", price: "₹299", rating: 5,
|
||||
id: "2", brand: "AMRITA Coffee House Pizza", name: "Margherita Magic", price: "₹299", rating: 5,
|
||||
reviewCount: "76", imageSrc: "http://img.b2bpic.net/free-photo/baking-delicious-pizza-with-wood-fired-oven_23-2150134278.jpg", imageAlt: "Fresh Margherita pizza with premium toppings"
|
||||
},
|
||||
{
|
||||
id: "3", brand: "AMRITA Sweets", name: "Chocolate Indulgence", price: "₹120", rating: 5,
|
||||
id: "3", brand: "AMRITA Coffee House Sweets", name: "Chocolate Indulgence", price: "₹120", rating: 5,
|
||||
reviewCount: "92", imageSrc: "http://img.b2bpic.net/free-photo/cheesecake-brownies-with-raspberry-stacked-plate_661915-612.jpg", imageAlt: "Rich chocolate brownie with ice cream"
|
||||
}
|
||||
]}
|
||||
@@ -105,7 +105,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardSixteen
|
||||
title="Why Choose AMRITA"
|
||||
title="Why Choose AMRITA Coffee House"
|
||||
description="Experience the difference quality, care, and passion make."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -126,7 +126,7 @@ export default function LandingPage() {
|
||||
<div id="reviews" data-section="reviews">
|
||||
<TestimonialCardTen
|
||||
title="What Our Guests Say"
|
||||
description="Real reviews from people who love AMRITA Coffee House"
|
||||
description="Real reviews from people who love AMRITA Coffee House Coffee House"
|
||||
tag="Reviews"
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -142,7 +142,7 @@ export default function LandingPage() {
|
||||
id: "3", title: "Cafe Nu Atmosphere, Taste Pan Masttt", quote: "Cafe nu atmosphere, cozy vibe ane taste pan masttt – badhu j mast che. (The cafe atmosphere, cozy vibes and taste are all amazing – everything is just perfect!)", name: "Anaya Desai", role: "Food Blogger", imageSrc: "http://img.b2bpic.net/free-photo/head-shot-happy-beautiful-young-woman-posing-indoors-looking-camera-smiling_74855-10218.jpg", imageAlt: "Anaya Desai"
|
||||
},
|
||||
{
|
||||
id: "4", title: "Perfect for Friends & Work", quote: "Perfect spot to hang out with friends or catch up on work. The ambience is Instagram-worthy, and every order tastes fresh. AMRITA is definitely my happy place.", name: "Arjun Singh", role: "Entrepreneur", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-wearing-casual-clothes-with-happy-cool-smile-face-lucky-person_839833-3198.jpg", imageAlt: "Arjun Singh"
|
||||
id: "4", title: "Perfect for Friends & Work", quote: "Perfect spot to hang out with friends or catch up on work. The ambience is Instagram-worthy, and every order tastes fresh. AMRITA Coffee House is definitely my happy place.", name: "Arjun Singh", role: "Entrepreneur", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-wearing-casual-clothes-with-happy-cool-smile-face-lucky-person_839833-3198.jpg", imageAlt: "Arjun Singh"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -151,7 +151,7 @@ export default function LandingPage() {
|
||||
<div id="gallery" data-section="gallery">
|
||||
<BlogCardOne
|
||||
title="Our Instagram Gallery"
|
||||
description="Moments captured at AMRITA - Coffee, Pizza, and Memories"
|
||||
description="Moments captured at AMRITA Coffee House - Coffee, Pizza, and Memories"
|
||||
tag="Gallery"
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -160,19 +160,19 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
blogs={[
|
||||
{
|
||||
id: "1", category: "Coffee", title: "Signature Latte Art", excerpt: "Handcrafted espresso with premium microfoam and artistic latte designs.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-barista-making-cappuccino-bartender-preparing-coffee-drink_1150-14696.jpg", imageAlt: "Close-up of latte art", authorName: "AMRITA Coffee", authorAvatar: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", date: "Recent"
|
||||
id: "1", category: "Coffee", title: "Signature Latte Art", excerpt: "Handcrafted espresso with premium microfoam and artistic latte designs.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-barista-making-cappuccino-bartender-preparing-coffee-drink_1150-14696.jpg", imageAlt: "Close-up of latte art", authorName: "AMRITA Coffee House Coffee", authorAvatar: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", date: "Recent"
|
||||
},
|
||||
{
|
||||
id: "2", category: "Pizza", title: "Fresh Margherita Pizza", excerpt: "Wood-fired perfection with farm-fresh tomatoes, basil, and mozzarella.", imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-spaghetti-tomatoes-olives-corn-close-up-dark-blue-background_176474-4615.jpg", imageAlt: "Margherita pizza photography", authorName: "AMRITA Coffee", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-businessman-conference-room-thinking-about-future_482257-25787.jpg", date: "Recent"
|
||||
id: "2", category: "Pizza", title: "Fresh Margherita Pizza", excerpt: "Wood-fired perfection with farm-fresh tomatoes, basil, and mozzarella.", imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-spaghetti-tomatoes-olives-corn-close-up-dark-blue-background_176474-4615.jpg", imageAlt: "Margherita pizza photography", authorName: "AMRITA Coffee House Coffee", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-businessman-conference-room-thinking-about-future_482257-25787.jpg", date: "Recent"
|
||||
},
|
||||
{
|
||||
id: "3", category: "Ambience", title: "Cozy Corner Seating", excerpt: "Comfortable, Instagram-worthy spaces perfect for work or dates.", imageSrc: "http://img.b2bpic.net/free-photo/red-chair-table-cafe_1339-8016.jpg", imageAlt: "Cozy cafe seating area", authorName: "AMRITA Coffee", authorAvatar: "http://img.b2bpic.net/free-photo/head-shot-happy-beautiful-young-woman-posing-indoors-looking-camera-smiling_74855-10218.jpg", date: "Recent"
|
||||
id: "3", category: "Ambience", title: "Cozy Corner Seating", excerpt: "Comfortable, Instagram-worthy spaces perfect for work or dates.", imageSrc: "http://img.b2bpic.net/free-photo/red-chair-table-cafe_1339-8016.jpg", imageAlt: "Cozy cafe seating area", authorName: "AMRITA Coffee House Coffee", authorAvatar: "http://img.b2bpic.net/free-photo/head-shot-happy-beautiful-young-woman-posing-indoors-looking-camera-smiling_74855-10218.jpg", date: "Recent"
|
||||
},
|
||||
{
|
||||
id: "4", category: "Vibes", title: "Evening Atmosphere", excerpt: "Warm, welcoming lights creating the perfect evening hangout space.", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-drinking-coffee_23-2148395430.jpg", imageAlt: "Cafe evening ambience with decorative lights", authorName: "AMRITA Coffee", authorAvatar: "http://img.b2bpic.net/free-photo/young-handsome-man-wearing-casual-clothes-with-happy-cool-smile-face-lucky-person_839833-3198.jpg", date: "Recent"
|
||||
id: "4", category: "Vibes", title: "Evening Atmosphere", excerpt: "Warm, welcoming lights creating the perfect evening hangout space.", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-drinking-coffee_23-2148395430.jpg", imageAlt: "Cafe evening ambience with decorative lights", authorName: "AMRITA Coffee House Coffee", authorAvatar: "http://img.b2bpic.net/free-photo/young-handsome-man-wearing-casual-clothes-with-happy-cool-smile-face-lucky-person_839833-3198.jpg", date: "Recent"
|
||||
},
|
||||
{
|
||||
id: "5", category: "Community", title: "Friends & Hangouts", excerpt: "Where memories are made - friends, laughter, and great moments.", imageSrc: "http://img.b2bpic.net/free-photo/happy-three-friends-talking_23-2148653422.jpg", imageAlt: "Group of friends hanging out at the cafe", authorName: "AMRITA Coffee", authorAvatar: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", date: "Recent"
|
||||
id: "5", category: "Community", title: "Friends & Hangouts", excerpt: "Where memories are made - friends, laughter, and great moments.", imageSrc: "http://img.b2bpic.net/free-photo/happy-three-friends-talking_23-2148653422.jpg", imageAlt: "Group of friends hanging out at the cafe", authorName: "AMRITA Coffee House Coffee", authorAvatar: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", date: "Recent"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -181,7 +181,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
tag="Visit Us"
|
||||
title="Experience AMRITA Today"
|
||||
title="Experience AMRITA Coffee House Today"
|
||||
description="Chocolate Heaven, Bilimora, Vankal, Gujarat 396325 | Open Daily Until 12 AM | Dine-in & Takeaway Available"
|
||||
background={{ variant: "radial-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
@@ -194,9 +194,9 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/tasty-cup-coffee-new-delicious-mini-cakes-with-different-shapes-wooden-table-coffee-shop_482257-19866.jpg"
|
||||
imageAlt="AMRITA Coffee House ambient cafe background"
|
||||
logoText="AMRITA"
|
||||
copyrightText="© 2025 AMRITA Coffee House. All rights reserved."
|
||||
imageAlt="AMRITA Coffee House Coffee House ambient cafe background"
|
||||
logoText="AMRITA Coffee House"
|
||||
copyrightText="© 2025 AMRITA Coffee House Coffee House. All rights reserved."
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links", items: [
|
||||
|
||||
Reference in New Issue
Block a user