Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-25 19:06:51 +00:00

View File

@@ -7,7 +7,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating
import SplitAbout from '@/components/sections/about/SplitAbout';
import TeamCardFive from '@/components/sections/team/TeamCardFive';
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
import { Users } from "lucide-react";
import { Coffee, Croissant, Users } from "lucide-react";
export default function LandingPage() {
return (
@@ -28,27 +28,17 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "home",
},
name: "Home", id: "home"},
{
name: "Menu",
id: "menu",
},
name: "Menu", id: "menu"},
{
name: "Our Story",
id: "about",
},
name: "Our Story", id: "about"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="Sip & Savor"
button={{
text: "Order Now",
href: "/menu",
}}
text: "Order Now", href: "/menu"}}
animateOnLoad={true}
/>
</div>
@@ -63,22 +53,16 @@ export default function LandingPage() {
tag="Our Heritage"
bulletPoints={[
{
title: "Artisanal Roasting",
description: "We source the finest beans globally and roast them in-house for unparalleled flavor.",
icon: Coffee,
title: "Artisanal Roasting", description: "We source the finest beans globally and roast them in-house for unparalleled flavor.", icon: Coffee,
},
{
title: "Freshly Baked Daily",
description: "Our pastry chefs create a tempting array of treats, baked from scratch every morning.",
icon: Croissant,
title: "Freshly Baked Daily", description: "Our pastry chefs create a tempting array of treats, baked from scratch every morning.", icon: Croissant,
},
{
title: "Community Focus",
description: "More than a cafe, we are a gathering place where stories are shared and connections are made.",
icon: Users,
title: "Community Focus", description: "More than a cafe, we are a gathering place where stories are shared and connections are made.", icon: Users,
},
]}
imageSrc="http://img.b2bpic.net/free-photo/young-woman-drinking-hot-tea-reading-favorite-paper-book-home_169016-49095.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/young-woman-drinking-hot-tea-reading-favorite-paper-book-home_169016-49095.jpg"
imageAlt="Cozy coffee shop interior with warm sunlight"
mediaAnimation="slide-up"
/>
@@ -86,42 +70,19 @@ export default function LandingPage() {
<div id="about-testimonials" data-section="about-testimonials">
<TestimonialCardTwo
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
carouselMode="buttons"
testimonials={[
{
id: "1",
name: "Sophia R.",
role: "Local Artist",
testimonial: "Sip & Savor is my daily dose of inspiration. The coffee is divine, and the atmosphere fuels my creativity.",
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-cheerful-african-woman-student-smiling-laughing-sitting-cafe-books-magazines-lying-table-learning-education_176420-12409.jpg?_wi=2",
imageAlt: "Smiling woman enjoying coffee",
},
id: "1", name: "Sophia R.", role: "Local Artist", testimonial: "Sip & Savor is my daily dose of inspiration. The coffee is divine, and the atmosphere fuels my creativity.", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-cheerful-african-woman-student-smiling-laughing-sitting-cafe-books-magazines-lying-table-learning-education_176420-12409.jpg", imageAlt: "Smiling woman enjoying coffee"},
{
id: "2",
name: "Mark T.",
role: "Tech Entrepreneur",
testimonial: "The best place in town for a quick and delicious breakfast. Their croissants are simply out of this world!",
imageSrc: "http://img.b2bpic.net/free-photo/expressive-girl-is-posing-studio_176474-59460.jpg?_wi=2",
imageAlt: "Man enjoying coffee in a cafe",
},
id: "2", name: "Mark T.", role: "Tech Entrepreneur", testimonial: "The best place in town for a quick and delicious breakfast. Their croissants are simply out of this world!", imageSrc: "http://img.b2bpic.net/free-photo/expressive-girl-is-posing-studio_176474-59460.jpg", imageAlt: "Man enjoying coffee in a cafe"},
{
id: "3",
name: "Elena P.",
role: "University Student",
testimonial: "I love studying here! The quiet corners and amazing iced lattes make it my favorite spot.",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-dark-jacket-pink-background_179666-14386.jpg?_wi=2",
imageAlt: "Woman studying with coffee",
},
id: "3", name: "Elena P.", role: "University Student", testimonial: "I love studying here! The quiet corners and amazing iced lattes make it my favorite spot.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-dark-jacket-pink-background_179666-14386.jpg", imageAlt: "Woman studying with coffee"},
{
id: "4",
name: "David L.",
role: "Freelance Writer",
testimonial: "Reliable Wi-Fi, fantastic coffee, and always a friendly face. Sip & Savor is my go-to for focused work.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-young-man-sits-cafe-drinks-coffee-watches-video-laptop-looking_1258-245377.jpg?_wi=2",
imageAlt: "Man working on laptop in cafe",
},
id: "4", name: "David L.", role: "Freelance Writer", testimonial: "Reliable Wi-Fi, fantastic coffee, and always a friendly face. Sip & Savor is my go-to for focused work.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-young-man-sits-cafe-drinks-coffee-watches-video-laptop-looking_1258-245377.jpg", imageAlt: "Man working on laptop in cafe"},
]}
title="Hear From Our Happy Customers"
description="Our guests often share how Sip & Savor enhances their day. Their kind words motivate us to continue delivering the best experience."
@@ -136,26 +97,11 @@ export default function LandingPage() {
useInvertedBackground={false}
team={[
{
id: "1",
name: "Sarah Chen",
role: "Head Barista",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-with-curly-hair-wearing-shirt_273609-19785.jpg?_wi=2",
imageAlt: "Smiling barista Sarah Chen",
},
id: "1", name: "Sarah Chen", role: "Head Barista", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-with-curly-hair-wearing-shirt_273609-19785.jpg", imageAlt: "Smiling barista Sarah Chen"},
{
id: "2",
name: "Michael Lee",
role: "Pastry Chef",
imageSrc: "http://img.b2bpic.net/free-photo/expressive-girl-is-posing-studio_176474-59460.jpg?_wi=3",
imageAlt: "Smiling pastry chef Michael Lee",
},
id: "2", name: "Michael Lee", role: "Pastry Chef", imageSrc: "http://img.b2bpic.net/free-photo/expressive-girl-is-posing-studio_176474-59460.jpg", imageAlt: "Smiling pastry chef Michael Lee"},
{
id: "3",
name: "Jessica Kim",
role: "Cafe Manager",
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-cheerful-african-woman-student-smiling-laughing-sitting-cafe-books-magazines-lying-table-learning-education_176420-12409.jpg?_wi=3",
imageAlt: "Smiling cafe manager Jessica Kim",
},
id: "3", name: "Jessica Kim", role: "Cafe Manager", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-cheerful-african-woman-student-smiling-laughing-sitting-cafe-books-magazines-lying-table-learning-education_176420-12409.jpg", imageAlt: "Smiling cafe manager Jessica Kim"},
]}
title="The Faces Behind Your Favorite Brew"
description="Meet the dedicated individuals who bring the Sip & Savor experience to life, from our skilled baristas to our talented bakers."
@@ -167,58 +113,35 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "Menu",
items: [
title: "Menu", items: [
{
label: "Coffee",
href: "/menu#coffee",
},
label: "Coffee", href: "/menu#coffee"},
{
label: "Pastries",
href: "/menu#pastries",
},
label: "Pastries", href: "/menu#pastries"},
{
label: "Savories",
href: "/menu#savories",
},
label: "Savories", href: "/menu#savories"},
{
label: "Drinks",
href: "/menu#drinks",
},
label: "Drinks", href: "/menu#drinks"},
],
},
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "/about",
},
label: "About Us", href: "/about"},
{
label: "Contact",
href: "/contact",
},
label: "Contact", href: "/contact"},
{
label: "Careers",
href: "/careers",
},
label: "Careers", href: "/careers"},
],
},
{
title: "Connect",
items: [
title: "Connect", items: [
{
label: "Facebook",
href: "#",
},
label: "Facebook", href: "#"},
{
label: "Instagram",
href: "#",
},
label: "Instagram", href: "#"},
{
label: "Twitter",
href: "#",
},
label: "Twitter", href: "#"},
],
},
]}