Merge version_3 into main #2

Merged
bender merged 1 commits from version_3 into main 2026-04-26 04:25:23 +00:00

View File

@@ -5,7 +5,7 @@ import ReactLenis from "lenis/react";
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FeatureCardSix from '@/components/sections/feature/FeatureCardSix';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel';
import HeroOverlay from '@/components/sections/hero/HeroOverlay';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import ProductCardOne from '@/components/sections/product/ProductCardOne';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
@@ -31,131 +31,28 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "About",
id: "about",
},
{
name: "Menu",
id: "menu",
},
{
name: "Gallery",
id: "gallery",
},
{
name: "Reserve",
id: "contact",
},
{ name: "About", id: "about" },
{ name: "Menu", id: "menu" },
{ name: "Gallery", id: "gallery" },
{ name: "Reserve", id: "contact" },
]}
brandName="Pefeteria"
button={{
text: "Reserve Now",
href: "#contact",
}}
text: "Reserve Now", href: "#contact"}}
/>
</div>
<div id="hero" data-section="hero">
<HeroSplitDoubleCarousel
background={{
variant: "glowing-orb",
}}
<HeroOverlay
title="Welcome to Pefeteria"
description="Where culinary artistry meets companionship. An immersive, cinematic pet café experience."
leftCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-hot-chocolate_52683-102636.jpg",
imageAlt: "luxurious pet cafe interior",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/elegant-beautiful-woman-sitting-vintage-cafe-black-velvet-dress-evening-gown-rich-stylish-lady-elegant-fashion-trend-sexy-seductive-look-attractive-skinny-figure_285396-7236.jpg",
imageAlt: "luxurious pet cafe interior",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-sitting-restaurant_23-2149930183.jpg",
imageAlt: "luxurious pet cafe interior",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/young-adult-with-transgender-scar_23-2149488850.jpg",
imageAlt: "luxurious pet cafe interior",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/brunette-girl-using-her-cellphone-reach-friend_1157-17795.jpg",
imageAlt: "luxurious pet cafe interior",
},
]}
rightCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/woman-red-sweater-lady-drinks-coffee_1157-40771.jpg",
imageAlt: "luxurious pet cafe interior",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/caucasian-woman-petting-golden-retriever-party-reception_53876-46944.jpg",
imageAlt: "luxurious pet cafe interior",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/adorable-chihuahua-dog-with-female-owner_23-2149880084.jpg",
imageAlt: "luxurious pet cafe interior",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-cup-coffee-with-roasted-beans_23-2148312110.jpg",
imageAlt: "luxurious pet cafe interior",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/cup-hot-cappuccino-plate-with-cookies-top-view_140725-7005.jpg",
imageAlt: "luxurious pet cafe interior",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-hot-chocolate_52683-102636.jpg"
imageAlt="Pefeteria cafe interior"
showBlur={true}
showDimOverlay={true}
textPosition="bottom"
buttons={[
{
text: "Explore Experience",
href: "#about",
},
]}
avatars={[
{
src: "http://img.b2bpic.net/free-photo/hot-latte-coffee-cup-table_1203-9896.jpg",
alt: "Hot latte coffee cup on table",
},
{
src: "http://img.b2bpic.net/free-photo/two-men-cafe_23-2147775893.jpg",
alt: "Two men in cafe",
},
{
src: "http://img.b2bpic.net/free-photo/man-white-long-sleeve-shirt-sitting-chair-cafe_250224-25.jpg",
alt: "Man in white long sleeve shirt sitting on chair in cafe",
},
{
src: "http://img.b2bpic.net/free-photo/pretty-indian-girl-black-saree-dress-posed-restaurant_627829-1955.jpg",
alt: "Pretty indian girl in black saree dress posed at restaurant",
},
{
src: "http://img.b2bpic.net/free-photo/hot-latte-coffee-cup-table_1203-9913.jpg",
alt: "Hot latte coffee cup on table",
},
]}
marqueeItems={[
{
type: "text",
text: "Artisan Roasts",
},
{
type: "text",
text: "Pet-Friendly Oasis",
},
{
type: "text",
text: "Luxury Lounge",
},
{
type: "text",
text: "Gourmet Bites",
},
{
type: "text",
text: "Community Centric",
},
{ text: "Explore Experience", href: "#about" },
]}
/>
</div>
@@ -179,20 +76,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Paw-Art Lattes",
description: "Expertly crafted coffee with artistic details.",
imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-asian-woman-holding-cup-cappuccino-cafe_1098-20163.jpg",
},
title: "Paw-Art Lattes", description: "Expertly crafted coffee with artistic details.", imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-asian-woman-holding-cup-cappuccino-cafe_1098-20163.jpg"},
{
title: "Gourmet Bites",
description: "Hand-made treats inspired by worldly flavors.",
imageSrc: "http://img.b2bpic.net/free-photo/bartender-preparing-refreshing-cocktail_23-2148176830.jpg",
},
title: "Gourmet Bites", description: "Hand-made treats inspired by worldly flavors.", imageSrc: "http://img.b2bpic.net/free-photo/bartender-preparing-refreshing-cocktail_23-2148176830.jpg"},
{
title: "Pet-Friendly Delights",
description: "Special treats crafted for your loyal friends.",
imageSrc: "http://img.b2bpic.net/free-photo/egg-flour-wooden-spoons-crossing-style_114579-16217.jpg",
},
title: "Pet-Friendly Delights", description: "Special treats crafted for your loyal friends.", imageSrc: "http://img.b2bpic.net/free-photo/egg-flour-wooden-spoons-crossing-style_114579-16217.jpg"},
]}
title="Play • Sip • Dine"
description="Indulge in a curated menu designed to satisfy even the most discerning appetites."
@@ -206,42 +94,9 @@ export default function LandingPage() {
gridVariant="bento-grid"
useInvertedBackground={false}
products={[
{
id: "p1",
name: "Golden Roast",
price: "$8",
imageSrc: "http://img.b2bpic.net/free-photo/hot-chocolate_74190-6907.jpg",
},
{
id: "p2",
name: "Bark-Berry Tart",
price: "$12",
imageSrc: "http://img.b2bpic.net/free-photo/young-man-dressed-formal-suit-having-coffee-dessert-cafe_273609-14858.jpg",
},
{
id: "p3",
name: "Paw-ccino",
price: "$6",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-coffee-cup-heart-shaped-cookies_23-2148381088.jpg",
},
{
id: "p4",
name: "Velvet Latte",
price: "$9",
imageSrc: "http://img.b2bpic.net/free-photo/girl-with-phone-night_1303-5741.jpg",
},
{
id: "p5",
name: "Classic Croissant",
price: "$7",
imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-with-books-table_140725-3831.jpg",
},
{
id: "p6",
name: "Artisanal Drip",
price: "$5",
imageSrc: "http://img.b2bpic.net/free-photo/woman-brown-bra-sits-cafe-holds-glass-with-matcha-latte_197531-18175.jpg",
},
{ id: "p1", name: "Golden Roast", price: "$8", imageSrc: "http://img.b2bpic.net/free-photo/hot-chocolate_74190-6907.jpg" },
{ id: "p2", name: "Bark-Berry Tart", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/young-man-dressed-formal-suit-having-coffee-dessert-cafe_273609-14858.jpg" },
{ id: "p3", name: "Paw-ccino", price: "$6", imageSrc: "http://img.b2bpic.net/free-photo/top-view-coffee-cup-heart-shaped-cookies_23-2148381088.jpg" },
]}
title="Our Signature Creations"
description="From daily roasts to indulgent desserts."
@@ -254,45 +109,9 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "t1",
title: "Perfect afternoon",
quote: "The most relaxing spot in the city.",
name: "Julia M.",
role: "Designer",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-young-woman-sitting-modern-cafe_171337-17121.jpg",
},
id: "t1", title: "Perfect afternoon", quote: "The most relaxing spot in the city.", name: "Julia M.", role: "Designer", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-young-woman-sitting-modern-cafe_171337-17121.jpg"},
{
id: "t2",
title: "Happy pup",
quote: "My dog loves the atmosphere as much as I do.",
name: "Mark R.",
role: "Architect",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-young-man-cafe-visitor-sitting-with-his-dog-petting-golden-retriever-reading-news-digital-tablet-concept-lifestyle-petfriendly-public-places_1258-314716.jpg",
},
{
id: "t3",
title: "Pure joy",
quote: "Stunning coffee and great pets.",
name: "Sam K.",
role: "Writer",
imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-eyeglasses-plays-with-her-dog-while-resting-street-cafe-charming-lady-grey-jacket-kisses-corgi_197531-18549.jpg",
},
{
id: "t4",
title: "Luxurious",
quote: "The service is unparalleled.",
name: "Lisa T.",
role: "Traveler",
imageSrc: "http://img.b2bpic.net/free-photo/adorable-chihuahua-dog-with-female-owner_23-2149880065.jpg",
},
{
id: "t5",
title: "A daily ritual",
quote: "Can't imagine my mornings without it.",
name: "John D.",
role: "Chef",
imageSrc: "http://img.b2bpic.net/free-photo/sandwich-cup-coffee-table_53876-63270.jpg",
},
id: "t2", title: "Happy pup", quote: "My dog loves the atmosphere as much as I do.", name: "Mark R.", role: "Architect", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-young-man-cafe-visitor-sitting-with-his-dog-petting-golden-retriever-reading-news-digital-tablet-concept-lifestyle-petfriendly-public-places_1258-314716.jpg"},
]}
title="Stories from Pefeteria"
description="See why locals and pets keep coming back."
@@ -304,14 +123,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"Vogue Living",
"Coffee Monthly",
"Architectural Digest",
"Pet Lovers Weekly",
"City Insider",
"The Daily Grind",
"Travel Luxe",
]}
"Vogue Living", "Coffee Monthly", "Architectural Digest"]}
title="Featured In"
description="Our café is recognized globally for its unique experience."
/>
@@ -323,18 +135,8 @@ export default function LandingPage() {
title="Book Your Moment"
description="Secure your table at Pefeteria today."
inputs={[
{
name: "name",
type: "text",
placeholder: "Name",
required: true,
},
{
name: "email",
type: "email",
placeholder: "Email",
required: true,
},
{ name: "name", type: "text", placeholder: "Name", required: true },
{ name: "email", type: "email", placeholder: "Email", required: true },
]}
imageSrc="http://img.b2bpic.net/free-photo/new-normal-coffee-shop-with-face-shield_23-2148656705.jpg"
/>
@@ -345,26 +147,8 @@ export default function LandingPage() {
columns={[
{
items: [
{
label: "About",
href: "#about",
},
{
label: "Menu",
href: "#menu",
},
],
},
{
items: [
{
label: "Reservations",
href: "#contact",
},
{
label: "Location",
href: "#",
},
{ label: "About", href: "#about" },
{ label: "Menu", href: "#menu" },
],
},
]}
@@ -374,4 +158,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}