diff --git a/src/app/page.tsx b/src/app/page.tsx
index e61e7a8..c7babab 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -12,7 +12,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin
import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
import ProductCardFour from '@/components/sections/product/ProductCardFour';
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
-import { Book, Coffee, Smile } from "lucide-react";
+import { Coffee, Book, Smile } from "lucide-react";
export default function LandingPage() {
return (
@@ -32,22 +32,10 @@ export default function LandingPage() {
@@ -55,113 +43,40 @@ export default function LandingPage() {
@@ -171,21 +86,9 @@ export default function LandingPage() {
useInvertedBackground={false}
title="A Space to Relax & Recharge"
metrics={[
- {
- icon: Coffee,
- label: "Coffee Varieties",
- value: "20+",
- },
- {
- icon: Book,
- label: "Books Read",
- value: "1000+",
- },
- {
- icon: Smile,
- label: "Happy Guests",
- value: "5000+",
- },
+ { icon: Coffee, label: "Coffee Varieties", value: "20+" },
+ { icon: Book, label: "Books Read", value: "1000+" },
+ { icon: Smile, label: "Happy Guests", value: "5000+" }
]}
metricsAnimation="blur-reveal"
/>
@@ -196,27 +99,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
features={[
- {
- tag: "Relax",
- title: "Quiet Reading",
- subtitle: "A peaceful environment",
- description: "Escape the city rush in our cozy reading corner.",
- imageSrc: "http://img.b2bpic.net/free-photo/fashionable-african-american-woman-black-cap-chilling-cozy-cafe-fur-against-yellow-wall_627829-5874.jpg",
- },
- {
- tag: "Expert",
- title: "Artisan Brewing",
- subtitle: "Crafted with care",
- description: "Every cup is brewed to perfection by our expert baristas.",
- imageSrc: "http://img.b2bpic.net/free-photo/barista-cafe-making-coffee-preparation-service-concept_1157-36647.jpg",
- },
- {
- tag: "Quality",
- title: "Fresh Pastries",
- subtitle: "Baked daily",
- description: "Pair your coffee with our wide selection of fresh snacks.",
- imageSrc: "http://img.b2bpic.net/free-photo/crumbles-chocholate-tasty-dessert-with-biscuit-top-wooden-table-near-delicious-coffee-mini-cake-baked-after-traditional-recipe_482257-19880.jpg",
- },
+ { tag: "Relax", title: "Quiet Reading", subtitle: "A peaceful environment", description: "Escape the city rush in our cozy reading corner.", imageSrc: "http://img.b2bpic.net/free-photo/fashionable-african-american-woman-black-cap-chilling-cozy-cafe-fur-against-yellow-wall_627829-5874.jpg" },
+ { tag: "Expert", title: "Artisan Brewing", subtitle: "Crafted with care", description: "Every cup is brewed to perfection by our expert baristas.", imageSrc: "http://img.b2bpic.net/free-photo/barista-cafe-making-coffee-preparation-service-concept_1157-36647.jpg" },
+ { tag: "Quality", title: "Fresh Pastries", subtitle: "Baked daily", description: "Pair your coffee with our wide selection of fresh snacks.", imageSrc: "http://img.b2bpic.net/free-photo/crumbles-chocholate-tasty-dessert-with-biscuit-top-wooden-table-near-delicious-coffee-mini-cake-baked-after-traditional-recipe_482257-19880.jpg" }
]}
title="Why SSNTL Coffee?"
description="More than just a coffee shop, we are your neighborhood sanctuary."
@@ -230,48 +115,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
- {
- id: "p1",
- name: "Classic Espresso",
- price: "$3.50",
- variant: "Hot",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-cup-coffee-espresso-with-chocolate-cake-white-surface-chocolate-cake-biscuit-cookies-sweet_140725-72057.jpg",
- },
- {
- id: "p2",
- name: "Iced Vanilla Latte",
- price: "$5.00",
- variant: "Cold",
- imageSrc: "http://img.b2bpic.net/free-photo/caucasian-woman-drinking-coffee-drink-beach-with-foam-drinking-straw_1268-16574.jpg",
- },
- {
- id: "p3",
- name: "Cappuccino",
- price: "$4.50",
- variant: "Hot",
- imageSrc: "http://img.b2bpic.net/free-photo/clear-drinking-glass-with-brown-liquid_209848-19.jpg",
- },
- {
- id: "p4",
- name: "Premium Roast Beans",
- price: "$15.00",
- variant: "Dry Goods",
- imageSrc: "http://img.b2bpic.net/free-photo/product-branding-packaging_23-2150965860.jpg",
- },
- {
- id: "p5",
- name: "Croissant",
- price: "$4.00",
- variant: "Bakery",
- imageSrc: "http://img.b2bpic.net/free-photo/lunch-setup-with-kebab-vegetable-lentil-tomato-soups-turkish-meze_140725-1573.jpg",
- },
- {
- id: "p6",
- name: "Herbal Tea",
- price: "$3.00",
- variant: "Tea",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-cup-tea-with-fresh-black-tea-light-gray-background-flavor-tea-coffee-photo-color-breakfast-flowers-ceremony_140725-160844.jpg",
- },
+ { id: "p1", name: "Classic Espresso", price: "$3.50", variant: "Hot", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cup-coffee-espresso-with-chocolate-cake-white-surface-chocolate-cake-biscuit-cookies-sweet_140725-72057.jpg" },
+ { id: "p2", name: "Iced Vanilla Latte", price: "$5.00", variant: "Cold", imageSrc: "http://img.b2bpic.net/free-photo/caucasian-woman-drinking-coffee-drink-beach-with-foam-drinking-straw_1268-16574.jpg" },
+ { id: "p3", name: "Cappuccino", price: "$4.50", variant: "Hot", imageSrc: "http://img.b2bpic.net/free-photo/clear-drinking-glass-with-brown-liquid_209848-19.jpg" },
+ { id: "p4", name: "Premium Roast Beans", price: "$15.00", variant: "Dry Goods", imageSrc: "http://img.b2bpic.net/free-photo/product-branding-packaging_23-2150965860.jpg" },
+ { id: "p5", name: "Croissant", price: "$4.00", variant: "Bakery", imageSrc: "http://img.b2bpic.net/free-photo/lunch-setup-with-kebab-vegetable-lentil-tomato-soups-turkish-meze_140725-1573.jpg" },
+ { id: "p6", name: "Herbal Tea", price: "$3.00", variant: "Tea", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cup-tea-with-fresh-black-tea-light-gray-background-flavor-tea-coffee-photo-color-breakfast-flowers-ceremony_140725-160844.jpg" }
]}
title="Our Signature Menu"
description="Handpicked selection of beverages and light bites."
@@ -284,54 +133,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
plans={[
- {
- id: "m1",
- title: "Coffee Lover",
- price: "$30",
- period: "/mo",
- features: [
- "10 Coffee Cups",
- "Priority Seating",
- "Free Wi-Fi",
- ],
- button: {
- text: "Get Plan",
- },
- imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans-arrangement-with-machine_23-2148865560.jpg",
- imageAlt: "fresh coffee beans macro",
- },
- {
- id: "m2",
- title: "Cafe Enthusiast",
- price: "$50",
- period: "/mo",
- features: [
- "Unlimited Coffee",
- "Weekly Pastry",
- "Guest Invite",
- ],
- button: {
- text: "Get Plan",
- },
- imageSrc: "http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064692.jpg?_wi=2",
- imageAlt: "fresh coffee beans macro",
- },
- {
- id: "m3",
- title: "SSNTL VIP",
- price: "$80",
- period: "/mo",
- features: [
- "All Inclusive",
- "Free Coffee Beans",
- "Personal Locker",
- ],
- button: {
- text: "Get Plan",
- },
- imageSrc: "http://img.b2bpic.net/free-photo/luxurious-office-space-multinational-company-with-monitor_482257-119882.jpg?_wi=2",
- imageAlt: "fresh coffee beans macro",
- },
+ { id: "m1", title: "Coffee Lover", price: "$30", period: "/mo", features: ["10 Coffee Cups", "Priority Seating", "Free Wi-Fi"], button: { text: "Get Plan" }, imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans-arrangement-with-machine_23-2148865560.jpg" },
+ { id: "m2", title: "Cafe Enthusiast", price: "$50", period: "/mo", features: ["Unlimited Coffee", "Weekly Pastry", "Guest Invite"], button: { text: "Get Plan" }, imageSrc: "http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064692.jpg?_wi=2" },
+ { id: "m3", title: "SSNTL VIP", price: "$80", period: "/mo", features: ["All Inclusive", "Free Coffee Beans", "Personal Locker"], button: { text: "Get Plan" }, imageSrc: "http://img.b2bpic.net/free-photo/luxurious-office-space-multinational-company-with-monitor_482257-119882.jpg?_wi=2" }
]}
title="Membership Plans"
description="Enjoy frequent visits with our exclusive coffee memberships."
@@ -340,63 +144,20 @@ export default function LandingPage() {
@@ -459,27 +197,11 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file