Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -6,6 +6,7 @@ import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwent
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import { Coffee, CakeSlice, Egg, Sandwich } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -26,37 +27,23 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "/menu",
|
||||
},
|
||||
name: "Menu", id: "/menu"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "/about",
|
||||
},
|
||||
name: "About Us", id: "/about"},
|
||||
{
|
||||
name: "Gallery",
|
||||
id: "/gallery",
|
||||
},
|
||||
name: "Gallery", id: "/gallery"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
{
|
||||
name: "Reservations",
|
||||
id: "/contact#reservations",
|
||||
},
|
||||
name: "Reservations", id: "/contact#reservations"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-photo/two-white-paper-cups_187299-47532.jpg"
|
||||
logoAlt="Moonlight Café Logo"
|
||||
brandName="Moonlight Café"
|
||||
button={{
|
||||
text: "Order Online",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Order Online", href: "#"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -67,32 +54,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Coffee & Espresso",
|
||||
description: "From classic espressos to unique pour-overs, experience the rich aroma and exquisite taste of our coffee selection.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dark-roasted-coffee-beans-fill-wooden-grinder-generated-by-ai_188544-40838.jpg",
|
||||
imageAlt: "Coffee beans and freshly brewed coffee",
|
||||
buttonIcon: "Coffee",
|
||||
title: "Coffee & Espresso", description: "From classic espressos to unique pour-overs, experience the rich aroma and exquisite taste of our coffee selection.", imageSrc: "http://img.b2bpic.net/free-photo/dark-roasted-coffee-beans-fill-wooden-grinder-generated-by-ai_188544-40838.jpg", imageAlt: "Coffee beans and freshly brewed coffee", buttonIcon: Coffee,
|
||||
},
|
||||
{
|
||||
title: "Freshly Baked Pastries",
|
||||
description: "Indulge in our daily selection of croissants, muffins, cakes, and other sweet treats, baked with love and premium ingredients.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cupcakes-with-cinnamon_23-2148604558.jpg",
|
||||
imageAlt: "Assortment of pastries",
|
||||
buttonIcon: "CakeSlice",
|
||||
title: "Freshly Baked Pastries", description: "Indulge in our daily selection of croissants, muffins, cakes, and other sweet treats, baked with love and premium ingredients.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cupcakes-with-cinnamon_23-2148604558.jpg", imageAlt: "Assortment of pastries", buttonIcon: CakeSlice,
|
||||
},
|
||||
{
|
||||
title: "Breakfast & Brunch",
|
||||
description: "Start your day right with our hearty breakfast and brunch options, featuring local produce and wholesome ingredients.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-protein-breakfast-with-eggs-fruit_23-2148230513.jpg",
|
||||
imageAlt: "Delicious breakfast plate",
|
||||
buttonIcon: "Egg",
|
||||
title: "Breakfast & Brunch", description: "Start your day right with our hearty breakfast and brunch options, featuring local produce and wholesome ingredients.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-protein-breakfast-with-eggs-fruit_23-2148230513.jpg", imageAlt: "Delicious breakfast plate", buttonIcon: Egg,
|
||||
},
|
||||
{
|
||||
title: "Savory Sandwiches",
|
||||
description: "For lunch or a light bite, try our gourmet sandwiches and salads, prepared fresh to order with a delightful twist.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bread-with-spice-cheese-spices_1122-902.jpg",
|
||||
imageAlt: "Gourmet sandwich",
|
||||
buttonIcon: "Sandwich",
|
||||
title: "Savory Sandwiches", description: "For lunch or a light bite, try our gourmet sandwiches and salads, prepared fresh to order with a delightful twist.", imageSrc: "http://img.b2bpic.net/free-photo/bread-with-spice-cheese-spices_1122-902.jpg", imageAlt: "Gourmet sandwich", buttonIcon: Sandwich,
|
||||
},
|
||||
]}
|
||||
title="Explore Our Menu Categories"
|
||||
@@ -108,76 +79,31 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "m1",
|
||||
name: "Espresso",
|
||||
price: "$4.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-maker-machine-table_23-2148937222.jpg",
|
||||
imageAlt: "Cup of espresso",
|
||||
rating: 5,
|
||||
id: "m1", name: "Espresso", price: "$4.00", imageSrc: "http://img.b2bpic.net/free-photo/coffee-maker-machine-table_23-2148937222.jpg", imageAlt: "Cup of espresso", rating: 5,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
name: "Cappuccino",
|
||||
price: "$5.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/barista-preparing-beverage_23-2149458094.jpg",
|
||||
imageAlt: "Classic cappuccino",
|
||||
rating: 5,
|
||||
id: "m2", name: "Cappuccino", price: "$5.00", imageSrc: "http://img.b2bpic.net/free-photo/barista-preparing-beverage_23-2149458094.jpg", imageAlt: "Classic cappuccino", rating: 5,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
name: "Americano",
|
||||
price: "$4.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pouring-milk-cup-coffee_1153-548.jpg",
|
||||
imageAlt: "Cup of Americano",
|
||||
rating: 5,
|
||||
id: "m3", name: "Americano", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/pouring-milk-cup-coffee_1153-548.jpg", imageAlt: "Cup of Americano", rating: 5,
|
||||
},
|
||||
{
|
||||
id: "m4",
|
||||
name: "Mocha",
|
||||
price: "$6.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-holding-cup-coffee_53876-165176.jpg",
|
||||
imageAlt: "Delicious mocha",
|
||||
rating: 4,
|
||||
id: "m4", name: "Mocha", price: "$6.00", imageSrc: "http://img.b2bpic.net/free-photo/man-holding-cup-coffee_53876-165176.jpg", imageAlt: "Delicious mocha", rating: 4,
|
||||
},
|
||||
{
|
||||
id: "m5",
|
||||
name: "Caramel Macchiato",
|
||||
price: "$6.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-aromatic-espresso-wooden-surface_166373-842.jpg",
|
||||
imageAlt: "Caramel macchiato",
|
||||
rating: 5,
|
||||
id: "m5", name: "Caramel Macchiato", price: "$6.50", imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-aromatic-espresso-wooden-surface_166373-842.jpg", imageAlt: "Caramel macchiato", rating: 5,
|
||||
},
|
||||
{
|
||||
id: "m6",
|
||||
name: "Chai Latte",
|
||||
price: "$5.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-coffee-easter-decorations_23-2150249752.jpg",
|
||||
imageAlt: "Chai latte",
|
||||
rating: 5,
|
||||
id: "m6", name: "Chai Latte", price: "$5.50", imageSrc: "http://img.b2bpic.net/free-photo/delicious-coffee-easter-decorations_23-2150249752.jpg", imageAlt: "Chai latte", rating: 5,
|
||||
},
|
||||
{
|
||||
id: "m7",
|
||||
name: "Almond Croissant",
|
||||
price: "$4.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fruit-galette-composition-tasty-food-concept_185193-109049.jpg",
|
||||
imageAlt: "Almond croissant",
|
||||
rating: 5,
|
||||
id: "m7", name: "Almond Croissant", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/fruit-galette-composition-tasty-food-concept_185193-109049.jpg", imageAlt: "Almond croissant", rating: 5,
|
||||
},
|
||||
{
|
||||
id: "m8",
|
||||
name: "Blueberry Muffin",
|
||||
price: "$3.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/croissant-plate-with-chocolate-cream-flat-lay-wooden-cutting-board_176474-8133.jpg",
|
||||
imageAlt: "Blueberry muffin",
|
||||
rating: 4,
|
||||
id: "m8", name: "Blueberry Muffin", price: "$3.50", imageSrc: "http://img.b2bpic.net/free-photo/croissant-plate-with-chocolate-cream-flat-lay-wooden-cutting-board_176474-8133.jpg", imageAlt: "Blueberry muffin", rating: 4,
|
||||
},
|
||||
{
|
||||
id: "m9",
|
||||
name: "Spinach & Feta Danish",
|
||||
price: "$5.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/baked-food-with-milk-bottles-bowl-corn-flakes-fig-fruit-slices-dry-apricot-wooden-desk_23-2147956781.jpg",
|
||||
imageAlt: "Spinach and feta danish",
|
||||
rating: 5,
|
||||
id: "m9", name: "Spinach & Feta Danish", price: "$5.00", imageSrc: "http://img.b2bpic.net/free-photo/baked-food-with-milk-bottles-bowl-corn-flakes-fig-fruit-slices-dry-apricot-wooden-desk_23-2147956781.jpg", imageAlt: "Spinach and feta danish", rating: 5,
|
||||
},
|
||||
]}
|
||||
title="Our Complete Culinary Offering"
|
||||
@@ -189,54 +115,33 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "About Us",
|
||||
items: [
|
||||
title: "About Us", items: [
|
||||
{
|
||||
label: "Our Story",
|
||||
href: "/about",
|
||||
},
|
||||
label: "Our Story", href: "/about"},
|
||||
{
|
||||
label: "Our Team",
|
||||
href: "/about#our-team",
|
||||
},
|
||||
label: "Our Team", href: "/about#our-team"},
|
||||
{
|
||||
label: "Reviews",
|
||||
href: "/#testimonials",
|
||||
},
|
||||
label: "Reviews", href: "/#testimonials"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Menu",
|
||||
items: [
|
||||
title: "Menu", items: [
|
||||
{
|
||||
label: "Coffee & Drinks",
|
||||
href: "/menu",
|
||||
},
|
||||
label: "Coffee & Drinks", href: "/menu"},
|
||||
{
|
||||
label: "Food",
|
||||
href: "/menu",
|
||||
},
|
||||
label: "Food", href: "/menu"},
|
||||
{
|
||||
label: "Pastries",
|
||||
href: "/menu",
|
||||
},
|
||||
label: "Pastries", href: "/menu"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact Us", href: "/contact"},
|
||||
{
|
||||
label: "Reservations",
|
||||
href: "/contact#reservations",
|
||||
},
|
||||
label: "Reservations", href: "/contact#reservations"},
|
||||
{
|
||||
label: "Gallery",
|
||||
href: "/gallery",
|
||||
},
|
||||
label: "Gallery", href: "/gallery"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user