Update src/app/page.tsx
This commit is contained in:
226
src/app/page.tsx
226
src/app/page.tsx
@@ -33,27 +33,17 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "products",
|
||||
},
|
||||
name: "Menu", id: "products"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Iman's Delights"
|
||||
button={{
|
||||
text: "Order Now",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Order Now", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -63,13 +53,9 @@ export default function LandingPage() {
|
||||
description="Artisan pastries and fresh baked goods crafted with love, delivered to your doorstep."
|
||||
buttons={[
|
||||
{
|
||||
text: "Order Now",
|
||||
href: "#products",
|
||||
},
|
||||
text: "View Today's Menu", href: "#products"},
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#about",
|
||||
},
|
||||
text: "Learn More", href: "#about"},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DOHOcI8ReT4WOKtuay3chEPKAy/uploaded-1778148728038-nlcb1cx0.png"
|
||||
imageAlt="Iman's Delights Pastry"
|
||||
@@ -81,14 +67,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Our Passion for Baking",
|
||||
},
|
||||
type: "text", content: "Our Passion for Baking"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/homemade-sourdough-bread-food-photography-recipe-idea_53876-20818.jpg",
|
||||
alt: "fresh artisan bakery bread",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/homemade-sourdough-bread-food-photography-recipe-idea_53876-20818.jpg", alt: "fresh artisan bakery bread"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -100,34 +81,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Fresh Ingredients",
|
||||
label: "Quality",
|
||||
items: [
|
||||
"Locally sourced",
|
||||
"Non-GMO",
|
||||
"Hand-picked",
|
||||
],
|
||||
id: "f1", title: "Fresh Ingredients", label: "Quality", items: [
|
||||
"Locally sourced", "Non-GMO", "Hand-picked"],
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Artisan Craft",
|
||||
label: "Process",
|
||||
items: [
|
||||
"Hand-kneaded",
|
||||
"Small batches",
|
||||
"Slow-fermented",
|
||||
],
|
||||
id: "f2", title: "Artisan Craft", label: "Process", items: [
|
||||
"Hand-kneaded", "Small batches", "Slow-fermented"],
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Swift Delivery",
|
||||
label: "Convenience",
|
||||
items: [
|
||||
"On-time arrival",
|
||||
"Careful handling",
|
||||
"Fresh arrival",
|
||||
],
|
||||
id: "f3", title: "Swift Delivery", label: "Convenience", items: [
|
||||
"On-time arrival", "Careful handling", "Fresh arrival"],
|
||||
},
|
||||
]}
|
||||
title="Why Choose Us?"
|
||||
@@ -143,41 +106,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Classic Croissant",
|
||||
price: "$3.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/freshly-baked-croissants-cooling-rack-vertical-shot-closeup-selective-focus-croissant-pastry-fresh-french-breakfast_166373-2612.jpg",
|
||||
},
|
||||
id: "p1", name: "Classic Croissant", price: "$3.50", imageSrc: "http://img.b2bpic.net/free-photo/freshly-baked-croissants-cooling-rack-vertical-shot-closeup-selective-focus-croissant-pastry-fresh-french-breakfast_166373-2612.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Chocolate Cupcake",
|
||||
price: "$4.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-cupcake-with-blue-glaze-flower_23-2150797992.jpg",
|
||||
},
|
||||
id: "p2", name: "Chocolate Cupcake", price: "$4.00", imageSrc: "http://img.b2bpic.net/free-photo/delicious-cupcake-with-blue-glaze-flower_23-2150797992.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Artisan Sourdough",
|
||||
price: "$6.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-fresh-bread-marble_141793-6043.jpg",
|
||||
},
|
||||
id: "p3", name: "Artisan Sourdough", price: "$6.00", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-fresh-bread-marble_141793-6043.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Fruit Tart",
|
||||
price: "$5.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/homemade-delicious-rustic-summer-berry-tartles_114579-20599.jpg",
|
||||
},
|
||||
id: "p4", name: "Fruit Tart", price: "$5.50", imageSrc: "http://img.b2bpic.net/free-photo/homemade-delicious-rustic-summer-berry-tartles_114579-20599.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Cinnamon Roll",
|
||||
price: "$4.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-cinnamon-roll-table-with-glass-milk-lights_181624-20568.jpg",
|
||||
},
|
||||
id: "p5", name: "Cinnamon Roll", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-cinnamon-roll-table-with-glass-milk-lights_181624-20568.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Macaron Box",
|
||||
price: "$12.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-colorful-delicious-macarons-little-cakes-with-candies-white-space_140725-79670.jpg",
|
||||
},
|
||||
id: "p6", name: "Macaron Box", price: "$12.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-colorful-delicious-macarons-little-cakes-with-candies-white-space_140725-79670.jpg"},
|
||||
]}
|
||||
title="Our Menu"
|
||||
description="Explore our selection of handcrafted sweets and savory treats."
|
||||
@@ -191,34 +130,19 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "basic",
|
||||
badge: "Weekly",
|
||||
price: "$20/wk",
|
||||
subtitle: "Perfect for breakfast",
|
||||
features: [
|
||||
"1 Sourdough",
|
||||
"4 Croissants",
|
||||
],
|
||||
id: "basic", badge: "Weekly", price: "$20/wk", subtitle: "Perfect for breakfast", features: [
|
||||
"1 Sourdough", "4 Croissants"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Choose",
|
||||
},
|
||||
text: "Choose"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "pro",
|
||||
badge: "Monthly",
|
||||
price: "$75/mo",
|
||||
subtitle: "For dessert lovers",
|
||||
features: [
|
||||
"1 Box Macarons",
|
||||
"2 Tarts",
|
||||
"Weekly Pastry",
|
||||
],
|
||||
id: "pro", badge: "Monthly", price: "$75/mo", subtitle: "For dessert lovers", features: [
|
||||
"1 Box Macarons", "2 Tarts", "Weekly Pastry"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Choose",
|
||||
},
|
||||
text: "Choose"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -235,25 +159,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "1.2k+",
|
||||
title: "Orders",
|
||||
description: "Happy customers served",
|
||||
icon: ShoppingBag,
|
||||
id: "m1", value: "1.2k+", title: "Orders", description: "Happy customers served", icon: ShoppingBag,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "50+",
|
||||
title: "Menu Items",
|
||||
description: "Handcrafted recipes",
|
||||
icon: Utensils,
|
||||
id: "m2", value: "50+", title: "Menu Items", description: "Handcrafted recipes", icon: Utensils,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "4.9",
|
||||
title: "Rating",
|
||||
description: "Average review score",
|
||||
icon: Star,
|
||||
id: "m3", value: "4.9", title: "Rating", description: "Average review score", icon: Star,
|
||||
},
|
||||
]}
|
||||
title="By The Numbers"
|
||||
@@ -269,45 +181,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah J.",
|
||||
role: "Foodie",
|
||||
company: "Local",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-male-baker-holding-basket-baked-croissant-pastry-shop_23-2148189111.jpg",
|
||||
},
|
||||
id: "t1", name: "Sarah J.", role: "Foodie", company: "Local", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-male-baker-holding-basket-baked-croissant-pastry-shop_23-2148189111.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Mike D.",
|
||||
role: "Regular",
|
||||
company: "Neighbor",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/patient-enjoying-free-time-after-chemotherapy-treatment_23-2149261143.jpg",
|
||||
},
|
||||
id: "t2", name: "Mike D.", role: "Regular", company: "Neighbor", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/patient-enjoying-free-time-after-chemotherapy-treatment_23-2149261143.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Anna P.",
|
||||
role: "Customer",
|
||||
company: "Fan",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-pastry-products-notebook_23-2148365437.jpg",
|
||||
},
|
||||
id: "t3", name: "Anna P.", role: "Customer", company: "Fan", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-pastry-products-notebook_23-2148365437.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Leo K.",
|
||||
role: "Subscriber",
|
||||
company: "Regular",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-kitchen-apron-with-coffee-croissant-enjoys-her-morning_343596-6650.jpg",
|
||||
},
|
||||
id: "t4", name: "Leo K.", role: "Subscriber", company: "Regular", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-kitchen-apron-with-coffee-croissant-enjoys-her-morning_343596-6650.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Chloe B.",
|
||||
role: "Food Blogger",
|
||||
company: "Influencer",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-baker-carrying-stack-baked-breads_1170-2307.jpg",
|
||||
},
|
||||
id: "t5", name: "Chloe B.", role: "Food Blogger", company: "Influencer", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-baker-carrying-stack-baked-breads_1170-2307.jpg"},
|
||||
]}
|
||||
title="Customer Reviews"
|
||||
description="What our local community has to say about us."
|
||||
@@ -318,20 +205,15 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Visit Us"
|
||||
title="Get In Touch"
|
||||
description="We are open daily for your sweet cravings. Visit us or place an order today."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:555-1234",
|
||||
},
|
||||
text: "Call Now", href: "tel:555-1234"},
|
||||
{
|
||||
text: "Email Us",
|
||||
href: "mailto:hello@imandelights.com",
|
||||
},
|
||||
text: "Email Us", href: "mailto:hello@imandelights.com"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -342,29 +224,19 @@ export default function LandingPage() {
|
||||
logoText="Iman's Delights"
|
||||
columns={[
|
||||
{
|
||||
title: "Menu",
|
||||
items: [
|
||||
title: "Menu", items: [
|
||||
{
|
||||
label: "Croissants",
|
||||
href: "#",
|
||||
},
|
||||
label: "Croissants", href: "#"},
|
||||
{
|
||||
label: "Sourdough",
|
||||
href: "#",
|
||||
},
|
||||
label: "Sourdough", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#",
|
||||
},
|
||||
label: "About", href: "#"},
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user