@@ -118,42 +80,9 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
- {
- id: "1",
- name: "Golden Latte",
- price: "$7.00",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-squashes-designed-meal-inside-plate-grey-surface_140725-89989.jpg",
- },
- {
- id: "2",
- name: "Bark-ccino",
- price: "$5.00",
- imageSrc: "http://img.b2bpic.net/free-photo/delicious-fresh-chocolate-dessert-cup-beverage-restaurant_23-2148001613.jpg",
- },
- {
- id: "3",
- name: "Artisan Pastry",
- price: "$6.00",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-cheesecake-with-strawberry-chocolate-plate-bowls-with-chocolate-strawberries-dark-isolated-background_140725-136666.jpg",
- },
- {
- id: "4",
- name: "Puppy Treat",
- price: "$4.00",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-cheesecake-with-strawberry-chocolate-plate-bowls-dark-isolated-background_140725-136674.jpg",
- },
- {
- id: "5",
- name: "Espresso Shot",
- price: "$4.00",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-cup-coffee-with-muffins_23-2148337172.jpg",
- },
- {
- id: "6",
- name: "Luxury Cupcake",
- price: "$8.00",
- imageSrc: "http://img.b2bpic.net/free-photo/cup-ginger-lemon-tea-with-cookies-brownies_114579-4621.jpg",
- },
+ { id: "1", name: "Golden Latte", price: "$7.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-squashes-designed-meal-inside-plate-grey-surface_140725-89989.jpg" },
+ { id: "2", name: "Bark-ccino", price: "$5.00", imageSrc: "http://img.b2bpic.net/free-photo/delicious-fresh-chocolate-dessert-cup-beverage-restaurant_23-2148001613.jpg" },
+ { id: "3", name: "Artisan Pastry", price: "$6.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-cheesecake-with-strawberry-chocolate-plate-bowls-with-chocolate-strawberries-dark-isolated-background_140725-136666.jpg" }
]}
title="Our Signature Menu"
description="Crafted with love for both humans and our furry friends."
@@ -166,36 +95,8 @@ export default function LandingPage() {
textboxLayout="inline-image"
useInvertedBackground={false}
features={[
- {
- id: "f1",
- label: "Relaxed",
- title: "Peaceful Vibes",
- items: [
- "Comfortable seating",
- "Pet-friendly zone",
- "Quiet ambiance",
- ],
- },
- {
- id: "f2",
- label: "Social",
- title: "Playful Space",
- items: [
- "Designated play area",
- "Pet social activities",
- "Group events",
- ],
- },
- {
- id: "f3",
- label: "Gourmet",
- title: "Luxury Dining",
- items: [
- "Organic ingredients",
- "Vegan options",
- "Handcrafted treats",
- ],
- },
+ { id: "f1", label: "Relaxed", title: "Peaceful Vibes", items: ["Comfortable seating", "Pet-friendly zone", "Quiet ambiance"] },
+ { id: "f2", label: "Social", title: "Playful Space", items: ["Designated play area", "Pet social activities", "Group events"] }
]}
title="Pefeteria Moments"
description="A curated collection of smiles, barks, and coffee moments."
@@ -207,46 +108,8 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
- {
- id: "1",
- title: "Amazing Place",
- quote: "The best cafe in town for me and my dog!",
- name: "Alice M.",
- role: "Designer",
- imageSrc: "http://img.b2bpic.net/free-photo/happy-hipster-glasses-holding-cute-black-pug-smiling-dog-owner-staring-camera-with-amazed-smile-standing-white-background_1258-75777.jpg",
- },
- {
- id: "2",
- title: "Perfect Vibes",
- quote: "Love the atmosphere and the coffee is top-notch.",
- name: "Bob S.",
- role: "Developer",
- imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-man-glasses-sitting-near-cute-small-dog-looking-camera-dog-owner-staring-ha_1258-160684.jpg",
- },
- {
- id: "3",
- title: "Highly Recommended",
- quote: "My golden retriever feels right at home here.",
- name: "Charlie D.",
- role: "Artist",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-with-her-dog_23-2148351269.jpg",
- },
- {
- id: "4",
- title: "Unique Experience",
- quote: "Pefeteria is a hidden gem for pet owners.",
- name: "Diana K.",
- role: "CEO",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-redhead-female-sunglasses-drinks-coffee-cafe-street_613910-10422.jpg",
- },
- {
- id: "5",
- title: "Warm and Cozy",
- quote: "Perfect for a lazy afternoon coffee.",
- name: "Evan L.",
- role: "Writer",
- imageSrc: "http://img.b2bpic.net/free-photo/cheerful-handsome-man-carry-black-pug-smiling-staring-camera-happy-dog-owner-holding-cute-dog-arms-standing-white-background_1258-75769.jpg",
- },
+ { id: "1", title: "Amazing Place", quote: "The best cafe in town for me and my dog!", name: "Alice M.", role: "Designer", imageSrc: "http://img.b2bpic.net/free-photo/happy-hipster-glasses-holding-cute-black-pug-smiling-dog-owner-staring-camera-with-amazed-smile-standing-white-background_1258-75777.jpg" },
+ { id: "2", title: "Perfect Vibes", quote: "Love the atmosphere and the coffee is top-notch.", name: "Bob S.", role: "Developer", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-man-glasses-sitting-near-cute-small-dog-looking-camera-dog-owner-staring-ha_1258-160684.jpg" }
]}
title="Loved by Guests"
description="Read what our lovely guests have to say about their Pefeteria experience."
@@ -259,39 +122,8 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
plans={[
- {
- id: "p1",
- price: "$0",
- name: "Standard Booking",
- buttons: [
- {
- text: "Reserve Now",
- href: "#",
- },
- ],
- features: [
- "Standard seating",
- "Pet friendly",
- "2-hour slot",
- ],
- },
- {
- id: "p2",
- price: "$20",
- name: "VIP Experience",
- buttons: [
- {
- text: "Book VIP",
- href: "#",
- },
- ],
- features: [
- "Reserved cozy spot",
- "Complimentary treats",
- "4-hour slot",
- "Priority service",
- ],
- },
+ { id: "p1", price: "$0", name: "Standard Booking", buttons: [{ text: "Reserve Now", href: "#" }], features: ["Standard seating", "Pet friendly", "2-hour slot"] },
+ { id: "p2", price: "$20", name: "VIP Experience", buttons: [{ text: "Book VIP", href: "#" }], features: ["Reserved cozy spot", "Complimentary treats", "4-hour slot", "Priority service"] }
]}
title="Reserve Your Spot"
description="Book a table for a guaranteed paw-some time."
@@ -301,9 +133,7 @@ export default function LandingPage() {