Merge version_3 into main #3

Merged
bender merged 1 commits from version_3 into main 2026-03-09 03:35:11 +00:00

View File

@@ -4,7 +4,6 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered";
import HeroLogoBillboardSplit from "@/components/sections/hero/HeroLogoBillboardSplit";
import MediaAbout from "@/components/sections/about/MediaAbout";
import FeatureCardTwentyThree from "@/components/sections/feature/FeatureCardTwentyThree";
import ProductCardOne from "@/components/sections/product/ProductCardOne";
import ContactCenter from "@/components/sections/contact/ContactCenter";
import FooterBaseCard from "@/components/sections/footer/FooterBaseCard";
@@ -65,37 +64,20 @@ export default function LandingPage() {
/>
</div>
<div id="features" data-section="features">
<FeatureCardTwentyThree
title="Why Cafe 44 Stands Out"
description="From hand-poured specialty drinks to a welcoming atmosphere, discover what makes us your neighborhood favorite."
tag="Our Specialties"
features={[
{ id: "1", title: "Signature Lattes & Specialty Drinks", tags: ["Specialty Coffee", "Artisan Crafted"],
imageSrc: "http://img.b2bpic.net/free-photo/coffee-glass-cabinet-with-baked-food_23-2147892913.jpg?_wi=1", imageAlt: "Artisan pastries and specialty coffee drinks showcase"},
{ id: "2", title: "Unforgettable Artisan Pastries", tags: ["Freshly Baked", "Premium Ingredients"],
imageSrc: "http://img.b2bpic.net/free-photo/coffee-glass-cabinet-with-baked-food_23-2147892913.jpg?_wi=2", imageAlt: "Fresh baked artisan pastries display"},
{ id: "3", title: "Welcoming Third Space", tags: ["Community Focused", "Perfect for Work"],
imageSrc: "http://img.b2bpic.net/free-photo/older-people-talk-about-holiday-plans_482257-76640.jpg?_wi=2", imageAlt: "Cozy cafe interior perfect for studying or socializing"},
{ id: "4", title: "Warm, Personalized Hospitality", tags: ["Customer Care", "Local Love"],
imageSrc: "http://img.b2bpic.net/free-photo/close-up-image-man-preparing-cappuccino-coffee-machine_613910-8868.jpg", imageAlt: "Friendly barista providing personalized coffee service"},
]}
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
<div id="products" data-section="products">
<ProductCardOne
title="Menu Favorites"
description="Explore our handcrafted beverage selection and artisan pastry collection, each designed to delight."
tag="Signature Items"
products={[
{ id: "1", name: "Signature Lavender Latte", price: "Specialty", imageSrc: "http://img.b2bpic.net/free-photo/coffee-shop-cafe-latte-cappuccino-newspaper-concept_53876-65022.jpg", imageAlt: "Signature lavender latte with floral notes"},
{ id: "2", name: "Espresso Macchiato", price: "Specialty", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tasty-coffee-with_23-2149600721.jpg", imageAlt: "Perfect espresso macchiato with silky milk"},
{ id: "3", name: "Cortado", price: "Specialty", imageSrc: "http://img.b2bpic.net/free-photo/front-view-coffee-glass_23-2148453633.jpg", imageAlt: "Balanced cortado coffee drink"},
{ id: "4", name: "Butter Croissant", price: "Pastry", imageSrc: "http://img.b2bpic.net/free-photo/delicious-french-breakfast-with-croissant_23-2150408549.jpg", imageAlt: "Flaky artisan butter croissant"},
{
id: "1", name: "Signature Lavender Latte", price: "Specialty", imageSrc: "http://img.b2bpic.net/free-photo/coffee-shop-cafe-latte-cappuccino-newspaper-concept_53876-65022.jpg", imageAlt: "Signature lavender latte with floral notes"},
{
id: "2", name: "Espresso Macchiato", price: "Specialty", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tasty-coffee-with_23-2149600721.jpg", imageAlt: "Perfect espresso macchiato with silky milk"},
{
id: "3", name: "Cortado", price: "Specialty", imageSrc: "http://img.b2bpic.net/free-photo/front-view-coffee-glass_23-2148453633.jpg", imageAlt: "Balanced cortado coffee drink"},
{
id: "4", name: "Butter Croissant", price: "Pastry", imageSrc: "http://img.b2bpic.net/free-photo/delicious-french-breakfast-with-croissant_23-2150408549.jpg", imageAlt: "Flaky artisan butter croissant"},
]}
gridVariant="four-items-2x2-equal-grid"
animationType="slide-up"