Merge version_1 into main #2
103
src/app/page.tsx
103
src/app/page.tsx
@@ -47,7 +47,7 @@ export default function HomePage() {
|
||||
title="Your Cozy Coffee Escape in Dahisar"
|
||||
description="Craft coffee, delicious bites, and the perfect place to relax, work, or meet friends. Experience premium café culture with a warm neighborhood vibe."
|
||||
tag="Premium Café Experience"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/parisian-coffee-shop-style-with-tasty-coffee-served-wooden-table-coffee-shop-design_482257-18283.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/parisian-coffee-shop-style-with-tasty-coffee-served-wooden-table-coffee-shop-design_482257-18283.jpg"
|
||||
imageAlt="Coffee Craft café interior ambience"
|
||||
textPosition="bottom-left"
|
||||
showBlur={true}
|
||||
@@ -66,12 +66,7 @@ export default function HomePage() {
|
||||
description="Join over 796 satisfied customers who rate us 4.6 stars"
|
||||
tag="Customer Rating"
|
||||
names={[
|
||||
"Awesome coffee and fantastic barista",
|
||||
"Cosy cafe with great interiors",
|
||||
"Perfect place to work with great wifi",
|
||||
"Best cappuccino in Dahisar",
|
||||
"Loved the ambience and food",
|
||||
]}
|
||||
"Awesome coffee and fantastic barista", "Cosy cafe with great interiors", "Perfect place to work with great wifi", "Best cappuccino in Dahisar", "Loved the ambience and food"]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
speed={40}
|
||||
@@ -87,37 +82,13 @@ export default function HomePage() {
|
||||
tag="Popular Items"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Hazelnut Cappuccino",
|
||||
price: "₹220",
|
||||
variant: "Signature espresso blend with hazelnut",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cappuccino-fancy-glass-with-cake_78826-3326.jpg?_wi=1",
|
||||
imageAlt: "Hazelnut Cappuccino",
|
||||
},
|
||||
id: "1", name: "Hazelnut Cappuccino", price: "₹220", variant: "Signature espresso blend with hazelnut", imageSrc: "http://img.b2bpic.net/free-photo/cappuccino-fancy-glass-with-cake_78826-3326.jpg", imageAlt: "Hazelnut Cappuccino"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Lotus Biscoff Pancakes",
|
||||
price: "₹350",
|
||||
variant: "Fluffy pancakes with lotus spread and biscoff crumble",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-freshly-made-delicious-pumpkin-pancakes-breakfast-table_181624-38549.jpg?_wi=1",
|
||||
imageAlt: "Lotus Biscoff Pancakes",
|
||||
},
|
||||
id: "2", name: "Lotus Biscoff Pancakes", price: "₹350", variant: "Fluffy pancakes with lotus spread and biscoff crumble", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-freshly-made-delicious-pumpkin-pancakes-breakfast-table_181624-38549.jpg", imageAlt: "Lotus Biscoff Pancakes"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Chipotle Chicken Wrap",
|
||||
price: "₹280",
|
||||
variant: "Grilled chicken with chipotle mayo and fresh veggies",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mexican-tacos-with-chicken-bell-peppers-black-beans-fresh-vegetables_2829-20051.jpg?_wi=1",
|
||||
imageAlt: "Chipotle Chicken Wrap",
|
||||
},
|
||||
id: "3", name: "Chipotle Chicken Wrap", price: "₹280", variant: "Grilled chicken with chipotle mayo and fresh veggies", imageSrc: "http://img.b2bpic.net/free-photo/mexican-tacos-with-chicken-bell-peppers-black-beans-fresh-vegetables_2829-20051.jpg", imageAlt: "Chipotle Chicken Wrap"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Butter Croissants",
|
||||
price: "₹180",
|
||||
variant: "Freshly baked French butter croissants",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glass-milky-creamy-cocktail-with-cinamon-powder-dry-fruits_114579-4257.jpg?_wi=1",
|
||||
imageAlt: "Butter Croissants",
|
||||
},
|
||||
id: "4", name: "Butter Croissants", price: "₹180", variant: "Freshly baked French butter croissants", imageSrc: "http://img.b2bpic.net/free-photo/glass-milky-creamy-cocktail-with-cinamon-powder-dry-fruits_114579-4257.jpg", imageAlt: "Butter Croissants"},
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
@@ -136,34 +107,22 @@ export default function HomePage() {
|
||||
features={[
|
||||
{
|
||||
icon: Wifi,
|
||||
title: "Free High-Speed WiFi",
|
||||
description: "Stay connected with reliable, fast internet perfect for work and browsing",
|
||||
},
|
||||
title: "Free High-Speed WiFi", description: "Stay connected with reliable, fast internet perfect for work and browsing"},
|
||||
{
|
||||
icon: Zap,
|
||||
title: "Charging Sockets",
|
||||
description: "Multiple charging points throughout the café to keep your devices powered",
|
||||
},
|
||||
title: "Charging Sockets", description: "Multiple charging points throughout the café to keep your devices powered"},
|
||||
{
|
||||
icon: Home,
|
||||
title: "Spacious Seating",
|
||||
description: "Comfortable indoor and outdoor seating arrangements for all occasions",
|
||||
},
|
||||
title: "Spacious Seating", description: "Comfortable indoor and outdoor seating arrangements for all occasions"},
|
||||
{
|
||||
icon: Users,
|
||||
title: "Friendly Staff",
|
||||
description: "Our knowledgeable baristas and staff ensure exceptional service every visit",
|
||||
},
|
||||
title: "Friendly Staff", description: "Our knowledgeable baristas and staff ensure exceptional service every visit"},
|
||||
{
|
||||
icon: MapPin,
|
||||
title: "Prime Location",
|
||||
description: "Easily accessible in IC Colony, Kandarpada with convenient parking",
|
||||
},
|
||||
title: "Prime Location", description: "Easily accessible in IC Colony, Kandarpada with convenient parking"},
|
||||
{
|
||||
icon: Coffee,
|
||||
title: "Premium Quality",
|
||||
description: "Handcrafted beverages made with single-origin, specialty-grade coffee beans",
|
||||
},
|
||||
title: "Premium Quality", description: "Handcrafted beverages made with single-origin, specialty-grade coffee beans"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
@@ -179,31 +138,19 @@ export default function HomePage() {
|
||||
author="Priya M., Regular Customer"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/handsome-man-outdoors-portrait_158595-3552.jpg",
|
||||
alt: "Customer 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/handsome-man-outdoors-portrait_158595-3552.jpg", alt: "Customer 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg",
|
||||
alt: "Customer 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", alt: "Customer 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/pleased-young-brunette-caucasian-girl-looks-camera_141793-103873.jpg",
|
||||
alt: "Customer 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/pleased-young-brunette-caucasian-girl-looks-camera_141793-103873.jpg", alt: "Customer 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
|
||||
alt: "Customer 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Customer 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg",
|
||||
alt: "Customer 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg", alt: "Customer 5"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/handsome-man-outdoors-portrait_158595-3552.jpg",
|
||||
alt: "Customer 6",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/handsome-man-outdoors-portrait_158595-3552.jpg", alt: "Customer 6"},
|
||||
]}
|
||||
ratingAnimation="entrance-slide"
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
@@ -231,19 +178,13 @@ export default function HomePage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "https://instagram.com/coffeecraft",
|
||||
ariaLabel: "Instagram",
|
||||
},
|
||||
href: "https://instagram.com/coffeecraft", ariaLabel: "Instagram"},
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "https://facebook.com/coffeecraft",
|
||||
ariaLabel: "Facebook",
|
||||
},
|
||||
href: "https://facebook.com/coffeecraft", ariaLabel: "Facebook"},
|
||||
{
|
||||
icon: MapPin,
|
||||
href: "https://maps.google.com/?q=Coffee+Craft+Dahisar+IC+Colony",
|
||||
ariaLabel: "Google Maps",
|
||||
},
|
||||
href: "https://maps.google.com/?q=Coffee+Craft+Dahisar+IC+Colony", ariaLabel: "Google Maps"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -45,12 +45,7 @@ export default function ReviewsPage() {
|
||||
description="See what our 796+ satisfied customers have to say about Coffee Craft"
|
||||
tag="4.6 Star Rating"
|
||||
names={[
|
||||
"Awesome coffee and fantastic barista",
|
||||
"Cosy cafe with great interiors",
|
||||
"Perfect place to work with great wifi",
|
||||
"Best cappuccino in Dahisar",
|
||||
"Loved the ambience and food",
|
||||
]}
|
||||
"Awesome coffee and fantastic barista", "Cosy cafe with great interiors", "Perfect place to work with great wifi", "Best cappuccino in Dahisar", "Loved the ambience and food"]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
speed={40}
|
||||
@@ -66,31 +61,19 @@ export default function ReviewsPage() {
|
||||
author="Priya M., Regular Customer"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/handsome-man-outdoors-portrait_158595-3552.jpg",
|
||||
alt: "Customer 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/handsome-man-outdoors-portrait_158595-3552.jpg", alt: "Customer 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg",
|
||||
alt: "Customer 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", alt: "Customer 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/pleased-young-brunette-caucasian-girl-looks-camera_141793-103873.jpg",
|
||||
alt: "Customer 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/pleased-young-brunette-caucasian-girl-looks-camera_141793-103873.jpg", alt: "Customer 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
|
||||
alt: "Customer 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Customer 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg",
|
||||
alt: "Customer 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg", alt: "Customer 5"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/handsome-man-outdoors-portrait_158595-3552.jpg",
|
||||
alt: "Customer 6",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/handsome-man-outdoors-portrait_158595-3552.jpg", alt: "Customer 6"},
|
||||
]}
|
||||
ratingAnimation="entrance-slide"
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
@@ -118,19 +101,13 @@ export default function ReviewsPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "https://instagram.com/coffeecraft",
|
||||
ariaLabel: "Instagram",
|
||||
},
|
||||
href: "https://instagram.com/coffeecraft", ariaLabel: "Instagram"},
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "https://facebook.com/coffeecraft",
|
||||
ariaLabel: "Facebook",
|
||||
},
|
||||
href: "https://facebook.com/coffeecraft", ariaLabel: "Facebook"},
|
||||
{
|
||||
icon: MapPin,
|
||||
href: "https://maps.google.com/?q=Coffee+Craft+Dahisar+IC+Colony",
|
||||
ariaLabel: "Google Maps",
|
||||
},
|
||||
href: "https://maps.google.com/?q=Coffee+Craft+Dahisar+IC+Colony", ariaLabel: "Google Maps"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user