Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
249
src/app/page.tsx
249
src/app/page.tsx
@@ -33,27 +33,17 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Our Menu",
|
||||
id: "products",
|
||||
},
|
||||
name: "Our Menu", id: "products"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Cupcakery Bakery"
|
||||
button={{
|
||||
text: "Call Now",
|
||||
href: "tel:0742072028",
|
||||
}}
|
||||
text: "Call Now", href: "tel:0742072028"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -63,39 +53,23 @@ export default function LandingPage() {
|
||||
description="Premium catering & delivery. Indulge in our exquisite cookies, brownies, croissants, and specialty coffees, delivered straight to you."
|
||||
buttons={[
|
||||
{
|
||||
text: "Order Now",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Order Now", href: "#products"},
|
||||
{
|
||||
text: "Call Us: 074 207 2028",
|
||||
href: "tel:0742072028",
|
||||
},
|
||||
text: "Call Us: 074 207 2028", href: "tel:0742072028"},
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-cake-glass-composition_23-2149030803.jpg?_wi=1",
|
||||
imageAlt: "luxury cupcake display background",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-cake-glass-composition_23-2149030803.jpg", imageAlt: "luxury cupcake display background"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-holds-cupcake-with-glaze-flower_1304-3184.jpg",
|
||||
imageAlt: "gourmet chocolate cupcake close up",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-holds-cupcake-with-glaze-flower_1304-3184.jpg", imageAlt: "gourmet chocolate cupcake close up"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-fresh-homemade-croissant-pine-cone-grey-background_114579-58974.jpg",
|
||||
imageAlt: "delicious flaky croissant bakery",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-fresh-homemade-croissant-pine-cone-grey-background_114579-58974.jpg", imageAlt: "delicious flaky croissant bakery"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/backed-christmas-cookies-assortment_23-2148738671.jpg",
|
||||
imageAlt: "warm chocolate chip cookies tray",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/backed-christmas-cookies-assortment_23-2148738671.jpg", imageAlt: "warm chocolate chip cookies tray"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/refreshing-iced-coffee-glass-with-condensation-ice_84443-83820.jpg",
|
||||
imageAlt: "creamy iced coffee glass drink",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/refreshing-iced-coffee-glass-with-condensation-ice_84443-83820.jpg", imageAlt: "creamy iced coffee glass drink"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mocca-coffee-shop_1339-4899.jpg",
|
||||
imageAlt: "rich cappuccino coffee foam",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mocca-coffee-shop_1339-4899.jpg", imageAlt: "rich cappuccino coffee foam"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -107,11 +81,9 @@ export default function LandingPage() {
|
||||
description="At Cupcakery Bakery, we believe that every bite tells a story. Specializing in high-end catering and convenient delivery, we bring our artisanal baked goods and barista-crafted coffees directly to your event or home. From velvety milk coffee to our signature mini cupcakes, we curate experiences that delight the senses."
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#",
|
||||
},
|
||||
text: "Learn More", href: "#"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-smiling-young-woman-holding-mixing-bowl-bakery_23-2148189077.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-smiling-young-woman-holding-mixing-bowl-bakery_23-2148189077.jpg"
|
||||
imageAlt="baking process artisanal cookies"
|
||||
/>
|
||||
</div>
|
||||
@@ -123,46 +95,22 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Premium Catering",
|
||||
description: "Elevated dessert platters for every corporate or social occasion.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-arrangement_23-2149182263.jpg",
|
||||
imageAlt: "catering service delivery box",
|
||||
},
|
||||
title: "Premium Catering", description: "Elevated dessert platters for every corporate or social occasion.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-arrangement_23-2149182263.jpg", imageAlt: "catering service delivery box"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/green-red-sweets-served-box-candy-bar_8353-8475.jpg",
|
||||
imageAlt: "catering service delivery box",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DWxDUXj8K89bTUE5cWBdlXCiiL/uploaded-1778411912689-vm39pp3j.png",
|
||||
imageAlt: "catering service delivery box",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/green-red-sweets-served-box-candy-bar_8353-8475.jpg", imageAlt: "catering service delivery box"},
|
||||
},
|
||||
{
|
||||
title: "Coffee Delivery",
|
||||
description: "Barista-grade coffee delivered hot or iced to your doorstep.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cutting-board-with-tasty-breakfast-with-pancakes-croisasant-stacked-cookies-beautiful-gift-boxes-coffee-dark-surface_140725-94999.jpg",
|
||||
imageAlt: "coffee and cupcakes delivery",
|
||||
},
|
||||
title: "Coffee Delivery", description: "Barista-grade coffee delivered hot or iced to your doorstep.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cutting-board-with-tasty-breakfast-with-pancakes-croisasant-stacked-cookies-beautiful-gift-boxes-coffee-dark-surface_140725-94999.jpg", imageAlt: "coffee and cupcakes delivery"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-courier-yellow-uniform-holding-plastic-brown-coffee-cups-dark-pink-background-job-uniform-delivery-color-service-worker_140725-36474.jpg",
|
||||
imageAlt: "coffee and cupcakes delivery",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-cake-glass-composition_23-2149030803.jpg?_wi=2",
|
||||
imageAlt: "catering service delivery box",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-courier-yellow-uniform-holding-plastic-brown-coffee-cups-dark-pink-background-job-uniform-delivery-color-service-worker_140725-36474.jpg", imageAlt: "coffee and cupcakes delivery"},
|
||||
},
|
||||
{
|
||||
title: "Artisanal Selection",
|
||||
description: "Handcrafted cookies, brownies, and cupcakes with premium ingredients.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-cookies-dark-surface_176474-608.jpg",
|
||||
imageAlt: "fresh brownies and cookies selection",
|
||||
},
|
||||
title: "Artisanal Selection", description: "Handcrafted cookies, brownies, and cupcakes with premium ingredients.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-cookies-dark-surface_176474-608.jpg", imageAlt: "fresh brownies and cookies selection"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wooden-cutting-board-full-cookies-chocolates_114579-22223.jpg",
|
||||
imageAlt: "fresh brownies and cookies selection",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiling-young-woman-holding-mixing-bowl-bakery_23-2148189077.jpg?_wi=2",
|
||||
imageAlt: "catering service delivery box",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wooden-cutting-board-full-cookies-chocolates_114579-22223.jpg", imageAlt: "fresh brownies and cookies selection"},
|
||||
},
|
||||
]}
|
||||
showStepNumbers={false}
|
||||
@@ -179,59 +127,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Bakery",
|
||||
name: "Signature Cupcakes",
|
||||
price: "$4.50",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-chocolate-muffin-wooden-cutting-board_140725-10234.jpg",
|
||||
},
|
||||
id: "p1", brand: "Bakery", name: "Signature Cupcakes", price: "$4.50", rating: 5,
|
||||
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/side-view-chocolate-muffin-wooden-cutting-board_140725-10234.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "Bakery",
|
||||
name: "Buttery Croissants",
|
||||
price: "$3.75",
|
||||
rating: 5,
|
||||
reviewCount: "85",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/freshly-baked-croissants-with-raspberry-jam-raspberry-fruits_114579-11666.jpg",
|
||||
},
|
||||
id: "p2", brand: "Bakery", name: "Buttery Croissants", price: "$3.75", rating: 5,
|
||||
reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/freshly-baked-croissants-with-raspberry-jam-raspberry-fruits_114579-11666.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "Bakery",
|
||||
name: "Gourmet Cookies",
|
||||
price: "$2.50",
|
||||
rating: 4,
|
||||
reviewCount: "95",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-sweet-biscuits-wooden-board-with-blueberries_114579-88978.jpg",
|
||||
},
|
||||
id: "p3", brand: "Bakery", name: "Gourmet Cookies", price: "$2.50", rating: 4,
|
||||
reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/delicious-sweet-biscuits-wooden-board-with-blueberries_114579-88978.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "Coffee",
|
||||
name: "Iced Coffee",
|
||||
price: "$5.00",
|
||||
rating: 5,
|
||||
reviewCount: "150",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-frappe-assortment-white-table_23-2148623249.jpg",
|
||||
},
|
||||
id: "p4", brand: "Coffee", name: "Iced Coffee", price: "$5.00", rating: 5,
|
||||
reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/fresh-frappe-assortment-white-table_23-2148623249.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "Coffee",
|
||||
name: "Signature Cappuccino",
|
||||
price: "$4.50",
|
||||
rating: 5,
|
||||
reviewCount: "210",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/various-types-coffee-glass-containers-front-view_23-2148441204.jpg",
|
||||
},
|
||||
id: "p5", brand: "Coffee", name: "Signature Cappuccino", price: "$4.50", rating: 5,
|
||||
reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/various-types-coffee-glass-containers-front-view_23-2148441204.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
brand: "Bakery",
|
||||
name: "Chocolate Brownies",
|
||||
price: "$3.50",
|
||||
rating: 4,
|
||||
reviewCount: "110",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/overhead-shot-freshly-baked-brownies-wooden-board_181624-23397.jpg",
|
||||
},
|
||||
id: "p6", brand: "Bakery", name: "Chocolate Brownies", price: "$3.50", rating: 4,
|
||||
reviewCount: "110", imageSrc: "http://img.b2bpic.net/free-photo/overhead-shot-freshly-baked-brownies-wooden-board_181624-23397.jpg"},
|
||||
]}
|
||||
title="Our Menu"
|
||||
description="Freshly baked delights for your indulgence."
|
||||
@@ -246,25 +158,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "500+",
|
||||
title: "Catering Events",
|
||||
description: "Successful events served.",
|
||||
icon: Award,
|
||||
id: "m1", value: "500+", title: "Catering Events", description: "Successful events served.", icon: Award,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "10k+",
|
||||
title: "Cups Served",
|
||||
description: "Barista-crafted coffees.",
|
||||
icon: Coffee,
|
||||
id: "m2", value: "10k+", title: "Cups Served", description: "Barista-crafted coffees.", icon: Coffee,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "25k+",
|
||||
title: "Treats Delivered",
|
||||
description: "Happiness delivered daily.",
|
||||
icon: Smile,
|
||||
id: "m3", value: "25k+", title: "Treats Delivered", description: "Happiness delivered daily.", icon: Smile,
|
||||
},
|
||||
]}
|
||||
title="Our Success"
|
||||
@@ -280,25 +180,15 @@ export default function LandingPage() {
|
||||
author="Sarah J., Corporate Event Planner"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-girl-with-curly-hair-drinking-coffee-writing-notes_7502-9175.jpg",
|
||||
alt: "happy customer cupcake catering",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-girl-with-curly-hair-drinking-coffee-writing-notes_7502-9175.jpg", alt: "happy customer cupcake catering"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-funny-afro-american-woman-keeps-sweet-purple-donuts-eyes-has-fun-indoor-with-tasty-dessert-wears-pink-clothes-isolated-violet-background-dieting-junk-food-weight-loss-concept_273609-32445.jpg",
|
||||
alt: "delighted customer holding pastry",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-funny-afro-american-woman-keeps-sweet-purple-donuts-eyes-has-fun-indoor-with-tasty-dessert-wears-pink-clothes-isolated-violet-background-dieting-junk-food-weight-loss-concept_273609-32445.jpg", alt: "delighted customer holding pastry"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/colleagues-having-lunch-talking_259150-58582.jpg",
|
||||
alt: "satisfied catering event client",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/colleagues-having-lunch-talking_259150-58582.jpg", alt: "satisfied catering event client"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/top-view-creamy-delicious-cakes-with-sliced-strawberries-white-surface-birthday-tea-biscuit-sweet-cake-cream_140725-101668.jpg",
|
||||
alt: "smiling coffee shop regular patron",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/top-view-creamy-delicious-cakes-with-sliced-strawberries-white-surface-birthday-tea-biscuit-sweet-cake-cream_140725-101668.jpg", alt: "smiling coffee shop regular patron"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-woman-eating-snacks-buffet-reception_1262-2006.jpg",
|
||||
alt: "delighted event catering client",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-woman-eating-snacks-buffet-reception_1262-2006.jpg", alt: "delighted event catering client"},
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -311,20 +201,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Do you offer delivery?",
|
||||
content: "Yes, we provide doorstep delivery for all orders.",
|
||||
},
|
||||
id: "f1", title: "Do you offer delivery?", content: "Yes, we provide doorstep delivery for all orders."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Can you handle large catering?",
|
||||
content: "Absolutely! We specialize in catering for corporate and private events.",
|
||||
},
|
||||
id: "f2", title: "Can you handle large catering?", content: "Absolutely! We specialize in catering for corporate and private events."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Are your ingredients fresh?",
|
||||
content: "We use only premium, fresh ingredients in all our baked goods.",
|
||||
},
|
||||
id: "f3", title: "Are your ingredients fresh?", content: "We use only premium, fresh ingredients in all our baked goods."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-female-courier-green-uniform-cape-holding-delivery-coffee-cups-posing-thinking-pink-wall-service-uniform-delivery_140725-39688.jpg"
|
||||
title="Bakery FAQ"
|
||||
@@ -342,22 +223,14 @@ export default function LandingPage() {
|
||||
description="Request a quote for your next event or ask about our daily delivery slots."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Your Email", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "What are you planning?",
|
||||
required: true,
|
||||
name: "message", placeholder: "What are you planning?", required: true,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/female-courier-blue-uniform-holding-delivery-cups-coffee-using-her-phone-pink-service-worker-uniform-delivery_140725-36844.jpg"
|
||||
imageAlt="bakery contact catering inquiry"
|
||||
@@ -369,29 +242,19 @@ export default function LandingPage() {
|
||||
logoText="Cupcakery Bakery"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
{
|
||||
label: "Delivery Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Delivery Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user