diff --git a/src/app/page.tsx b/src/app/page.tsx index e61e7a8..5946165 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,135 +33,80 @@ export default function LandingPage() {
@@ -173,19 +118,13 @@ export default function LandingPage() { metrics={[ { icon: Coffee, - label: "Coffee Varieties", - value: "20+", - }, + label: "Coffee Varieties", value: "20+"}, { icon: Book, - label: "Books Read", - value: "1000+", - }, + label: "Books Read", value: "1000+"}, { icon: Smile, - label: "Happy Guests", - value: "5000+", - }, + label: "Happy Guests", value: "5000+"}, ]} metricsAnimation="blur-reveal" /> @@ -197,28 +136,13 @@ export default function LandingPage() { 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: "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: "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: "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." /> @@ -231,47 +155,17 @@ export default function LandingPage() { 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: "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: "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: "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: "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: "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: "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." @@ -285,53 +179,23 @@ export default function LandingPage() { useInvertedBackground={true} plans={[ { - id: "m1", - title: "Coffee Lover", - price: "$30", - period: "/mo", - features: [ - "10 Coffee Cups", - "Priority Seating", - "Free Wi-Fi", - ], + 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", - }, + 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", - ], + 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", - }, + 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", - ], + 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", - }, + 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." @@ -344,62 +208,31 @@ export default function LandingPage() { 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: "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: "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: "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: "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: "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: "4.9", label: "Rating"}, { - value: "1.2k", - label: "Reviews", - }, + value: "1.2k", label: "Reviews"}, { - value: "5k+", - label: "Served", - }, + 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." /> @@ -408,20 +241,11 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "f1", - title: "Are you open on weekends?", - content: "Yes, we are open daily to serve you!", - }, + id: "f1", title: "Are you open on weekends?", content: "Yes, we are open daily to serve you!"}, { - id: "f2", - title: "Do you have vegan options?", - content: "Absolutely, we have almond and oat milk options.", - }, + id: "f2", title: "Do you have vegan options?", content: "Absolutely, we have almond and oat milk options."}, { - id: "f3", - title: "Is there free Wi-Fi?", - content: "Yes, our shop is a perfect space to study and work.", - }, + id: "f3", title: "Is there free Wi-Fi?", content: "Yes, our shop is a perfect space to study and work."}, ]} sideTitle="Questions?" sideDescription="Check common inquiries about our shop." @@ -433,23 +257,15 @@ export default function LandingPage() { @@ -459,33 +275,25 @@ export default function LandingPage() { ); -} +} \ No newline at end of file