diff --git a/src/app/page.tsx b/src/app/page.tsx index 25849c9..dac7172 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 { Coffee, Book, Smile } from "lucide-react"; +import { Book, Coffee, Smile } from "lucide-react"; export default function LandingPage() { return ( @@ -32,51 +32,81 @@ export default function LandingPage() {
@@ -86,9 +116,15 @@ 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" /> @@ -99,11 +135,14 @@ 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?" + title="Why Essntl Coffee?" description="More than just a coffee shop, we are your neighborhood sanctuary." /> @@ -115,12 +154,18 @@ 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." @@ -133,9 +178,24 @@ 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" }, - { 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" }, - { 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" } + { + 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: "Essntl 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"}, ]} title="Membership Plans" description="Enjoy frequent visits with our exclusive coffee memberships." @@ -148,29 +208,50 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} testimonials={[ - { id: "t1", name: "Sarah", role: "Designer", company: "Local Agency", rating: 5, imageSrc: "http://img.b2bpic.net/free-vector/vintage-pattern-coffee-croissant_23-2147601069.jpg" }, - { id: "t2", name: "David", role: "Student", company: "University", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/two-people-studying-cafe-with-cup-coffee-latte_23-2148209278.jpg" }, - { id: "t3", name: "Priya", role: "Writer", company: "Freelance", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-eating-break-time_23-2149256934.jpg" }, - { id: "t4", name: "Rohan", role: "Engineer", company: "Tech Corp", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/cheerful-woman-listening-music-from-cell-phone-cafe_171337-19555.jpg" }, - { id: "t5", name: "Maya", role: "Teacher", company: "High School", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/touched-european-woman-presses-hand-chest-holds-takeaway-coffee-dressed-oversized-jumper-recalls-something-pleasant_273609-43554.jpg" } + { + id: "t1", name: "Sarah", role: "Designer", company: "Local Agency", rating: 5, + imageSrc: "http://img.b2bpic.net/free-vector/vintage-pattern-coffee-croissant_23-2147601069.jpg"}, + { + id: "t2", name: "David", role: "Student", company: "University", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/two-people-studying-cafe-with-cup-coffee-latte_23-2148209278.jpg"}, + { + id: "t3", name: "Priya", role: "Writer", company: "Freelance", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-eating-break-time_23-2149256934.jpg"}, + { + id: "t4", name: "Rohan", role: "Engineer", company: "Tech Corp", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/cheerful-woman-listening-music-from-cell-phone-cafe_171337-19555.jpg"}, + { + id: "t5", name: "Maya", role: "Teacher", company: "High School", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/touched-european-woman-presses-hand-chest-holds-takeaway-coffee-dressed-oversized-jumper-recalls-something-pleasant_273609-43554.jpg"}, ]} kpiItems={[ - { value: "4.9", label: "Rating" }, - { value: "1.2k", label: "Reviews" }, - { value: "5k+", label: "Served" } + { + value: "4.9", label: "Rating"}, + { + value: "1.2k", label: "Reviews"}, + { + value: "5k+", label: "Served"}, ]} title="Guest Experiences" - description="Hear what our regulars love about SSNTL Coffee." + description="Hear what our regulars love about Essntl Coffee." />
@@ -197,13 +281,21 @@ export default function LandingPage() {