diff --git a/src/app/page.tsx b/src/app/page.tsx
index eafbef8..ccfded8 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -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() {
-
@@ -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() {
);
-}
+}
\ No newline at end of file