1 Commits

Author SHA1 Message Date
01df300d38 Update src/app/page.tsx 2026-06-02 15:50:20 +00:00

View File

@@ -12,6 +12,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
import { Facebook, Instagram, Twitter } from 'lucide-react';
export default function LandingPage() {
return (
@@ -32,40 +33,24 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "#home",
},
name: "Home", id: "#home"},
{
name: "About Us",
id: "#about",
},
name: "About Us", id: "#about"},
{
name: "Menu",
id: "#menu",
},
name: "Menu", id: "#menu"},
{
name: "Specials",
id: "#specials",
},
name: "Specials", id: "#specials"},
{
name: "Testimonials",
id: "#testimonials",
},
name: "Testimonials", id: "#testimonials"},
{
name: "FAQ",
id: "#faq",
},
name: "FAQ", id: "#faq"},
{
name: "Contact",
id: "#contact",
},
name: "Contact", id: "#contact"},
]}
logoAlt="7th Heaven logo"
brandName="7th Heaven"
button={{
text: "Order Now",
href: "#contact",
}}
text: "Order Now", href: "#contact"}}
/>
</div>
@@ -75,13 +60,9 @@ export default function LandingPage() {
description="Indulge in our heavenly pastries and exquisite dining experience, where every bite is a journey to pure bliss."
buttons={[
{
text: "View Our Menu",
href: "#menu",
},
text: "View Our Menu", href: "#menu"},
{
text: "Make a Reservation",
href: "#contact",
},
text: "Make a Reservation", href: "#contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/woman-taking-tomato-slice-served-breakfast_140725-7144.jpg"
imageAlt="Luxurious bakery restaurant interior with pastries and coffee"
@@ -90,25 +71,15 @@ export default function LandingPage() {
textPosition="bottom"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/this-is-my-new-profile-social-network_329181-2899.jpg",
alt: "Happy customer 1",
},
src: "http://img.b2bpic.net/free-photo/this-is-my-new-profile-social-network_329181-2899.jpg", alt: "Happy customer 1"},
{
src: "http://img.b2bpic.net/free-photo/woman-eating-chicken-salad-with-boiled-vegetable_140725-180.jpg",
alt: "Happy customer 2",
},
src: "http://img.b2bpic.net/free-photo/woman-eating-chicken-salad-with-boiled-vegetable_140725-180.jpg", alt: "Happy customer 2"},
{
src: "http://img.b2bpic.net/free-photo/i-guess-i-ll-have-eat-everything-by-myself_637285-9809.jpg",
alt: "Happy customer 3",
},
src: "http://img.b2bpic.net/free-photo/i-guess-i-ll-have-eat-everything-by-myself_637285-9809.jpg", alt: "Happy customer 3"},
{
src: "http://img.b2bpic.net/free-photo/young-handsome-man-grey-shirt-holding-paper-cup-looking-front-smilign-confident-showing-thumbs-up-standing-green-wall_141793-53091.jpg",
alt: "Happy customer 4",
},
src: "http://img.b2bpic.net/free-photo/young-handsome-man-grey-shirt-holding-paper-cup-looking-front-smilign-confident-showing-thumbs-up-standing-green-wall_141793-53091.jpg", alt: "Happy customer 4"},
{
src: "http://img.b2bpic.net/free-photo/young-woman-eating-strawberry-cheesecake_158595-691.jpg",
alt: "Happy customer 5",
},
src: "http://img.b2bpic.net/free-photo/young-woman-eating-strawberry-cheesecake_158595-691.jpg", alt: "Happy customer 5"},
]}
avatarText="Join over 5000+ happy diners!"
/>
@@ -121,17 +92,11 @@ export default function LandingPage() {
description="At 7th Heaven, we believe in crafting culinary masterpieces that delight your senses. Our journey began with a simple passion for baking and has since blossomed into a full-fledged restaurant, offering both sweet temptations and savory delights."
metrics={[
{
value: "15+",
title: "Years Experience",
},
value: "15+", title: "Years Experience"},
{
value: "5000+",
title: "Happy Customers",
},
value: "5000+", title: "Happy Customers"},
{
value: "100+",
title: "Daily Creations",
},
value: "100+", title: "Daily Creations"},
]}
imageSrc="http://img.b2bpic.net/free-photo/baker-keeping-tray-baked-buns-shelf_1170-2273.jpg"
imageAlt="Pastry chef decorating a cake"
@@ -147,19 +112,11 @@ export default function LandingPage() {
useInvertedBackground={false}
negativeCard={{
items: [
"Mass-produced ingredients",
"Limited menu options",
"Impersonal service",
"Standard coffee only",
],
"Mass-produced ingredients", "Limited menu options", "Impersonal service", "Standard coffee only"],
}}
positiveCard={{
items: [
"Fresh, local ingredients daily",
"Extensive bakery & restaurant menu",
"Personalized, attentive service",
"Artisan coffee & unique beverages",
],
"Fresh, local ingredients daily", "Extensive bakery & restaurant menu", "Personalized, attentive service", "Artisan coffee & unique beverages"],
}}
title="Our Culinary Delights"
description="Explore the best of both worlds our artisan bakery and gourmet restaurant, meticulously prepared for your enjoyment."
@@ -174,47 +131,17 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
id: "p1",
name: "Red Velvet Cake",
price: "$6.99 / slice",
imageSrc: "http://img.b2bpic.net/free-photo/fruit-nosugar-pastila-apple-paste-marshmallow-as-layered-pie-sprinkle-with-sugar-powder_8353-8499.jpg",
imageAlt: "Slice of Red Velvet Cake",
},
id: "p1", name: "Red Velvet Cake", price: "$6.99 / slice", imageSrc: "http://img.b2bpic.net/free-photo/fruit-nosugar-pastila-apple-paste-marshmallow-as-layered-pie-sprinkle-with-sugar-powder_8353-8499.jpg", imageAlt: "Slice of Red Velvet Cake"},
{
id: "p2",
name: "Artisan Croissant",
price: "$3.50",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-croissants-with-cinnamon-sticks-gray_114579-37478.jpg",
imageAlt: "Freshly baked croissant",
},
id: "p2", name: "Artisan Croissant", price: "$3.50", imageSrc: "http://img.b2bpic.net/free-photo/delicious-croissants-with-cinnamon-sticks-gray_114579-37478.jpg", imageAlt: "Freshly baked croissant"},
{
id: "p3",
name: "Gourmet Pasta",
price: "$18.00",
imageSrc: "http://img.b2bpic.net/free-photo/pasta-spaghetti-with-tomato-sauce-cheese-served-plate_1220-6906.jpg",
imageAlt: "Gourmet pasta dish",
},
id: "p3", name: "Gourmet Pasta", price: "$18.00", imageSrc: "http://img.b2bpic.net/free-photo/pasta-spaghetti-with-tomato-sauce-cheese-served-plate_1220-6906.jpg", imageAlt: "Gourmet pasta dish"},
{
id: "p4",
name: "Signature Latte",
price: "$4.50",
imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup_1339-2573.jpg",
imageAlt: "Signature coffee latte",
},
id: "p4", name: "Signature Latte", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup_1339-2573.jpg", imageAlt: "Signature coffee latte"},
{
id: "p5",
name: "Fresh Garden Salad",
price: "$12.50",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-grilled-chicken-salad-with-bell-pepper-tomato-lettuce-cucumber-table_141793-3810.jpg",
imageAlt: "Fresh garden salad",
},
id: "p5", name: "Fresh Garden Salad", price: "$12.50", imageSrc: "http://img.b2bpic.net/free-photo/top-view-grilled-chicken-salad-with-bell-pepper-tomato-lettuce-cucumber-table_141793-3810.jpg", imageAlt: "Fresh garden salad"},
{
id: "p6",
name: "Chocolate Cupcake",
price: "$3.75",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-cupcakes-decoration_23-2147758323.jpg",
imageAlt: "Decadent chocolate cupcake",
},
id: "p6", name: "Chocolate Cupcake", price: "$3.75", imageSrc: "http://img.b2bpic.net/free-photo/delicious-cupcakes-decoration_23-2147758323.jpg", imageAlt: "Decadent chocolate cupcake"},
]}
title="Featured Products & Dishes"
description="Savor our hand-picked selection of bakery favorites and signature restaurant meals, perfect for any time of day."
@@ -229,59 +156,23 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "t1",
name: "Sarah Johnson",
role: "Regular Patron",
company: "Local Foodie",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happiness-leisure-lifestyle-concept-smiling-african-american-female-recreates-cafe-restaurant-eats-delicious-dessert-drinks-cocktail-happy-have-pleasant-conversation-with-interlocutor_273609-2194.jpg",
imageAlt: "Happy woman eating pastry",
},
id: "t1", name: "Sarah Johnson", role: "Regular Patron", company: "Local Foodie", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happiness-leisure-lifestyle-concept-smiling-african-american-female-recreates-cafe-restaurant-eats-delicious-dessert-drinks-cocktail-happy-have-pleasant-conversation-with-interlocutor_273609-2194.jpg", imageAlt: "Happy woman eating pastry"},
{
id: "t2",
name: "Michael Chen",
role: "First-time Visitor",
company: "Explorer",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517442.jpg",
imageAlt: "Man enjoying restaurant food",
},
id: "t2", name: "Michael Chen", role: "First-time Visitor", company: "Explorer", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517442.jpg", imageAlt: "Man enjoying restaurant food"},
{
id: "t3",
name: "Emily Rodriguez",
role: "Bakery Lover",
company: "Sweet Tooth",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-eating-with-chopsticks_23-2149706717.jpg",
imageAlt: "Woman smiling with coffee",
},
id: "t3", name: "Emily Rodriguez", role: "Bakery Lover", company: "Sweet Tooth", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-eating-with-chopsticks_23-2149706717.jpg", imageAlt: "Woman smiling with coffee"},
{
id: "t4",
name: "David Kim",
role: "Dining Enthusiast",
company: "Gourmet Guide",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-friends-with-drinks_23-2149073439.jpg",
imageAlt: "Couple enjoying dinner",
},
id: "t4", name: "David Kim", role: "Dining Enthusiast", company: "Gourmet Guide", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-friends-with-drinks_23-2149073439.jpg", imageAlt: "Couple enjoying dinner"},
{
id: "t5",
name: "Jessica Lee",
role: "Community Member",
company: "Neighbourhood Watch",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-waiter-with-arms-crossed-standing-open-sign-cafe-s-entrance-looking-camera_637285-6582.jpg",
imageAlt: "Chef portrait smiling",
},
id: "t5", name: "Jessica Lee", role: "Community Member", company: "Neighbourhood Watch", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-waiter-with-arms-crossed-standing-open-sign-cafe-s-entrance-looking-camera_637285-6582.jpg", imageAlt: "Chef portrait smiling"},
{
id: "t6",
name: "Robert Davis",
role: "Food Critic",
company: "Taste Magazine",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-sitting-home_23-2150355661.jpg",
imageAlt: "Senior woman smiling at cafe",
},
id: "t6", name: "Robert Davis", role: "Food Critic", company: "Taste Magazine", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-sitting-home_23-2150355661.jpg", imageAlt: "Senior woman smiling at cafe"},
]}
title="What Our Guests Say"
description="Hear from our happy customers who experienced the 7th Heaven difference."
@@ -293,14 +184,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
names={[
"Local Cafe",
"Catering Co.",
"Organic Farms",
"Culinary School",
"Fine Wines",
"City Eats Magazine",
"Dessert Studio",
]}
"Local Cafe", "Catering Co.", "Organic Farms", "Culinary School", "Fine Wines", "City Eats Magazine", "Dessert Studio"]}
title="Proud Partners"
description="We collaborate with local businesses and trusted suppliers to bring you the freshest ingredients and best experiences."
/>
@@ -312,30 +196,15 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "f1",
title: "Do you offer vegetarian and vegan options?",
content: "Yes, we have a diverse menu that includes a variety of delicious vegetarian and vegan dishes, clearly marked for your convenience.",
},
id: "f1", title: "Do you offer vegetarian and vegan options?", content: "Yes, we have a diverse menu that includes a variety of delicious vegetarian and vegan dishes, clearly marked for your convenience."},
{
id: "f2",
title: "Can I place an order for custom cakes?",
content: "Absolutely! We specialize in custom cakes for all occasions. Please contact us at least one week in advance to discuss your design and flavor preferences.",
},
id: "f2", title: "Can I place an order for custom cakes?", content: "Absolutely! We specialize in custom cakes for all occasions. Please contact us at least one week in advance to discuss your design and flavor preferences."},
{
id: "f3",
title: "Do you accommodate food allergies?",
content: "We strive to accommodate all dietary needs. Please inform our staff of any allergies when ordering, and we will do our best to provide a safe and enjoyable meal.",
},
id: "f3", title: "Do you accommodate food allergies?", content: "We strive to accommodate all dietary needs. Please inform our staff of any allergies when ordering, and we will do our best to provide a safe and enjoyable meal."},
{
id: "f4",
title: "What are your operating hours?",
content: "Our bakery opens at 7 AM daily, and the restaurant serves from 11 AM to 10 PM. We are open seven days a week for your convenience.",
},
id: "f4", title: "What are your operating hours?", content: "Our bakery opens at 7 AM daily, and the restaurant serves from 11 AM to 10 PM. We are open seven days a week for your convenience."},
{
id: "f5",
title: "Do you offer delivery or takeout?",
content: "Yes, both delivery and takeout options are available. You can place your order through our website or by calling us directly.",
},
id: "f5", title: "Do you offer delivery or takeout?", content: "Yes, both delivery and takeout options are available. You can place your order through our website or by calling us directly."},
]}
title="Frequently Asked Questions"
description="Find answers to common questions about our bakery and restaurant services."
@@ -347,30 +216,19 @@ export default function LandingPage() {
<ContactSplitForm
useInvertedBackground={true}
title="Get In Touch"
description="Have questions or want to make a reservation? Reach out to us!"
description="Have questions or want to make a reservation? Reach out to us!\n\n**Location:** 123 Heaven's Gate, Culinary City, HC 56789\n**Hours:**\n Bakery: Mon-Sun, 7 AM - 6 PM\n Restaurant: Mon-Sat, 11 AM - 10 PM (Closed Sundays)\n**Reservations:** For reservations, please call us at (123) 456-7890 or use the form below. Walk-ins are welcome for groups of less than 6."
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,
},
{
name: "phone",
type: "tel",
placeholder: "Phone Number (Optional)",
},
name: "phone", type: "tel", placeholder: "Phone Number (Optional)"},
]}
textarea={{
name: "message",
placeholder: "Your Message or Reservation Details",
rows: 4,
name: "message", placeholder: "Your Message or Reservation Details", rows: 4,
required: true,
}}
imageSrc="http://img.b2bpic.net/free-photo/modern-cafe-interior-design_23-2151945689.jpg"
@@ -386,58 +244,47 @@ export default function LandingPage() {
logoText="7th Heaven"
columns={[
{
title: "Bakery",
items: [
title: "Bakery", items: [
{
label: "Pastries",
href: "#specials",
},
label: "Pastries", href: "#specials"},
{
label: "Cakes",
href: "#specials",
},
label: "Cakes", href: "#specials"},
{
label: "Coffee",
href: "#specials",
},
label: "Coffee", href: "#specials"},
],
},
{
title: "Restaurant",
items: [
title: "Restaurant", items: [
{
label: "Menu",
href: "#menu",
},
label: "Menu", href: "#menu"},
{
label: "Reservations",
href: "#contact",
},
label: "Reservations", href: "#contact"},
{
label: "Specials",
href: "#specials",
},
label: "Specials", href: "#specials"},
],
},
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "#about",
},
label: "About Us", href: "#about"},
{
label: "Testimonials",
href: "#testimonials",
},
label: "Testimonials", href: "#testimonials"},
{
label: "FAQ",
href: "#faq",
},
label: "FAQ", href: "#faq"},
],
},
{
title: "Connect", items: [
{
label: "Facebook", href: "https://facebook.com/7thheaven"},
{
label: "Instagram", href: "https://instagram.com/7thheaven"},
{
label: "Twitter", href: "https://twitter.com/7thheaven"},
],
},
]}
copyrightText="© 2024 7th Heaven. All rights reserved."
copyrightText="© 2024 7th Heaven Bakery & Restaurant. All rights reserved."
/>
</div>
</ReactLenis>