Merge version_1 into main #1
185
src/app/page.tsx
185
src/app/page.tsx
@@ -30,22 +30,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
brandName="Baker's"
|
||||
/>
|
||||
@@ -53,33 +41,13 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Great Food & Better Memories at Baker’s"
|
||||
description="Your favorite Maisammaguda hangout for fresh noodles, delicious bakery treats, and moments that matter."
|
||||
tag="Since 2010"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/romantic-date-couple-love-cafe-happy-couple-love-enjoying-romantic-moment_8353-6650.jpg",
|
||||
imageAlt: "Baker's cafe exterior",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colorful-sweet-doughnuts-with-sprinkles-wooden-cutting-board_114579-53449.jpg",
|
||||
imageAlt: "Fresh bakery items",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-woman-fashionable-outfit-sitting-cafe-area-with-coffee-croissant-looking-away-street_197531-22726.jpg",
|
||||
imageAlt: "Customer enjoying coffee and a croissant",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/street_1296-535.jpg",
|
||||
imageAlt: "Sunny street view near cafe",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-portrait-charming-young-brunette-green-silk-dress-sitting-city-cafe-terrace-drinking-morning-coffee-light-building-trees-background_197531-28174.jpg",
|
||||
imageAlt: "Student relaxing at terrace",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/romantic-date-couple-love-cafe-happy-couple-love-enjoying-romantic-moment_8353-6650.jpg", imageAlt: "Baker's cafe exterior" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/colorful-sweet-doughnuts-with-sprinkles-wooden-cutting-board_114579-53449.jpg", imageAlt: "Fresh bakery items" }
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -101,21 +69,9 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Famous Noodles",
|
||||
description: "Handcrafted by our specialized Nepali chef, our Egg Chicken Noodles are the talk of the college.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/asian-noodles-served-bowl_1220-7915.jpg",
|
||||
},
|
||||
{
|
||||
title: "Cheesy Fries",
|
||||
description: "Crispy, golden fries loaded with signature cheese sauce.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-sweet-potato-fries-sauce_23-2148678822.jpg",
|
||||
},
|
||||
{
|
||||
title: "Classic Burgers",
|
||||
description: "Juicy patties in soft, freshly baked buns.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/artistic-photo-hamburger-with-bokeh_23-2148374867.jpg",
|
||||
},
|
||||
{ title: "Famous Noodles", description: "Handcrafted by our specialized Nepali chef, our Egg Chicken Noodles are the talk of the college.", imageSrc: "http://img.b2bpic.net/free-photo/asian-noodles-served-bowl_1220-7915.jpg" },
|
||||
{ title: "Cheesy Fries", description: "Crispy, golden fries loaded with signature cheese sauce.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-sweet-potato-fries-sauce_23-2148678822.jpg" },
|
||||
{ title: "Classic Burgers", description: "Juicy patties in soft, freshly baked buns.", imageSrc: "http://img.b2bpic.net/free-photo/artistic-photo-hamburger-with-bokeh_23-2148374867.jpg" }
|
||||
]}
|
||||
title="Signature Flavors"
|
||||
description="From our famous Nepali-chef noodles to cheesy snacks that hit the spot."
|
||||
@@ -127,49 +83,11 @@ export default function LandingPage() {
|
||||
textboxLayout="split-description"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Custom Birthday Cake",
|
||||
price: "₹450",
|
||||
variant: "Bakery",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chocolate-cake_1203-8941.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Chicken Manchuria",
|
||||
price: "₹120",
|
||||
variant: "Fast Food",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-delicious-asian-soup-with-different-vegetables_181624-35192.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Fresh Butter Cookies",
|
||||
price: "₹80",
|
||||
variant: "Bakery",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-sweet-biscuits-with-milk-dark-blue-background-pie-biscuit-tea-dessert-cookie-sugar-cake_179666-46598.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Chocolate Brownie",
|
||||
price: "₹60",
|
||||
variant: "Bakery",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cake-slice-wooden-platter_114579-18537.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Veg Fried Rice",
|
||||
price: "₹90",
|
||||
variant: "Main Course",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-traditional-asian-food_23-2148382832.jpg",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Cold Refreshment",
|
||||
price: "₹70",
|
||||
variant: "Beverage",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/iced-chocolate_1339-4417.jpg",
|
||||
},
|
||||
{ id: "1", name: "Custom Birthday Cake", price: "₹450", variant: "Bakery", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-cake_1203-8941.jpg" },
|
||||
{ id: "2", name: "Chicken Manchuria", price: "₹120", variant: "Fast Food", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-delicious-asian-soup-with-different-vegetables_181624-35192.jpg" },
|
||||
{ id: "3", name: "Fresh Butter Cookies", price: "₹80", variant: "Bakery", imageSrc: "http://img.b2bpic.net/free-photo/top-view-sweet-biscuits-with-milk-dark-blue-background-pie-biscuit-tea-dessert-cookie-sugar-cake_179666-46598.jpg" }
|
||||
]}
|
||||
title="The Baker's Selection"
|
||||
description="Custom cakes, quick bites, and daily essentials."
|
||||
@@ -183,26 +101,8 @@ export default function LandingPage() {
|
||||
rating={5}
|
||||
author="Ankit Kumar, Student"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/head-shot-happy-beautiful-young-woman-posing-indoors-looking-camera-smiling_74855-10218.jpg",
|
||||
alt: "Customer 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/team-young-colleagues-having-meeting-cafe_273609-16122.jpg",
|
||||
alt: "Customer 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-friends-spending-time-together_23-2148436144.jpg",
|
||||
alt: "Customer 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/buyer-enjoying-rich-lemon-smell_482257-102515.jpg",
|
||||
alt: "Customer 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/side-view-people-reading-together_52683-105903.jpg",
|
||||
alt: "Customer 5",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/head-shot-happy-beautiful-young-woman-posing-indoors-looking-camera-smiling_74855-10218.jpg", alt: "Customer 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/team-young-colleagues-having-meeting-cafe_273609-16122.jpg", alt: "Customer 2" }
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="blur-reveal"
|
||||
@@ -213,21 +113,8 @@ export default function LandingPage() {
|
||||
<FaqSplitText
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Do you deliver cakes?",
|
||||
content: "Yes, we deliver freshly baked cakes across Maisammaguda.",
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
title: "What are your hours?",
|
||||
content: "We are open Monday – Sunday, 8:00 AM – 9:45 PM.",
|
||||
},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Do you have vegetarian options?",
|
||||
content: "Yes, we have a wide selection of vegetarian fried rice, noodles, and snacks.",
|
||||
},
|
||||
{ id: "q1", title: "Do you deliver cakes?", content: "Yes, we deliver freshly baked cakes across Maisammaguda." },
|
||||
{ id: "q2", title: "What are your hours?", content: "We are open Monday – Sunday, 8:00 AM – 9:45 PM." }
|
||||
]}
|
||||
sideTitle="Common Questions"
|
||||
faqsAnimation="slide-up"
|
||||
@@ -237,9 +124,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Visit Us"
|
||||
title="Call to Order"
|
||||
description="Located in Maisammaguda, Hyderabad. Come visit us for a quick bite or order your next celebration cake."
|
||||
@@ -251,36 +136,8 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
label: "Order Now",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
{
|
||||
label: "Maisammaguda, Hyderabad",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "+91 9999999999",
|
||||
href: "tel:+919999999999",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Quick Links", items: [{ label: "About", href: "#about" }, { label: "Menu", href: "#menu" }] },
|
||||
{ title: "Contact", items: [{ label: "Maisammaguda, Hyderabad", href: "#" }] }
|
||||
]}
|
||||
bottomLeftText="© 2024 Baker's Fun"
|
||||
bottomRightText="Open Daily 8:00 AM - 9:45 PM"
|
||||
|
||||
Reference in New Issue
Block a user