Merge version_1 into main #2
@@ -20,7 +20,7 @@ export default function LandingPage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="compact"
|
||||
sizing="largeSmall"
|
||||
background="grid"
|
||||
background="circleGradient"
|
||||
cardStyle="subtle-shadow"
|
||||
primaryButtonStyle="flat"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -36,7 +36,8 @@ export default function LandingPage() {
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
button={{
|
||||
text: "Call Now", href: "tel:+1-602-555-0123"}}
|
||||
text: "Call Now", href: "tel:+1-602-555-0123"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -49,25 +50,33 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now", href: "tel:+1-602-555-0123"},
|
||||
text: "Call Now", href: "tel:+1-602-555-0123"
|
||||
},
|
||||
{
|
||||
text: "Get Directions", href: "https://maps.google.com/?q=702+E+Coronado+Rd,+Phoenix,+AZ+85006"},
|
||||
text: "Get Directions", href: "https://maps.google.com/?q=702+E+Coronado+Rd,+Phoenix,+AZ+85006"
|
||||
},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "grid" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/empty-wood-chair-restaurant_1339-5949.jpg", imageAlt: "Indigo Room Coffee interior with vintage aesthetic"},
|
||||
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/empty-wood-chair-restaurant_1339-5949.jpg", imageAlt: "Indigo Room Coffee interior with vintage aesthetic"
|
||||
},
|
||||
{
|
||||
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/matcha-latte-cup_417767-46.jpg?_wi=1", imageAlt: "Award-winning matcha latte"},
|
||||
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/matcha-latte-cup_417767-46.jpg", imageAlt: "Award-winning matcha latte"
|
||||
},
|
||||
{
|
||||
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/2-latte-wooden-table_501050-1095.jpg?_wi=1", imageAlt: "Specialty latte with vintage charm"},
|
||||
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/2-latte-wooden-table_501050-1095.jpg", imageAlt: "Specialty latte with vintage charm"
|
||||
},
|
||||
{
|
||||
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/woman-holds-cup-cappuccino-with-cookie-it_140725-4445.jpg?_wi=1", imageAlt: "Seasonal specialty coffee drink"},
|
||||
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/woman-holds-cup-cappuccino-with-cookie-it_140725-4445.jpg", imageAlt: "Seasonal specialty coffee drink"
|
||||
},
|
||||
{
|
||||
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-people-walking-antique-store_23-2149640710.jpg?_wi=1", imageAlt: "Curated vintage collectibles and furniture"},
|
||||
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-people-walking-antique-store_23-2149640710.jpg", imageAlt: "Curated vintage collectibles and furniture"
|
||||
},
|
||||
{
|
||||
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/woman-works-cafe-evening_1153-3549.jpg?_wi=1", imageAlt: "Cozy Indigo Room Coffee atmosphere"},
|
||||
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/woman-works-cafe-evening_1153-3549.jpg", imageAlt: "Cozy Indigo Room Coffee atmosphere"
|
||||
},
|
||||
]}
|
||||
autoPlay={true}
|
||||
autoPlayInterval={4000}
|
||||
@@ -85,7 +94,8 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Amazing matcha!", "Best coffee spot", "Love the vibe", "Great service", "Highly recommend", "Local favorite", "Worth the visit", "Cozy & welcoming"]}
|
||||
"Amazing matcha!", "Best coffee spot", "Love the vibe", "Great service", "Highly recommend", "Local favorite", "Worth the visit", "Cozy & welcoming"
|
||||
]}
|
||||
speed={40}
|
||||
showCard={true}
|
||||
ariaLabel="Customer reviews and social proof"
|
||||
@@ -106,13 +116,16 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "Indigo Room", name: "Award-Winning Matcha Latte", price: "$7.50", rating: 5,
|
||||
reviewCount: "340+", imageSrc: "http://img.b2bpic.net/free-photo/matcha-latte-cup_417767-46.jpg?_wi=2", imageAlt: "Perfectly prepared matcha latte"},
|
||||
reviewCount: "340+", imageSrc: "http://img.b2bpic.net/free-photo/matcha-latte-cup_417767-46.jpg", imageAlt: "Perfectly prepared matcha latte"
|
||||
},
|
||||
{
|
||||
id: "2", brand: "Indigo Room", name: "Signature Espresso Latte", price: "$6.50", rating: 5,
|
||||
reviewCount: "285+", imageSrc: "http://img.b2bpic.net/free-photo/2-latte-wooden-table_501050-1095.jpg?_wi=2", imageAlt: "Rich espresso latte with latte art"},
|
||||
reviewCount: "285+", imageSrc: "http://img.b2bpic.net/free-photo/2-latte-wooden-table_501050-1095.jpg", imageAlt: "Rich espresso latte with latte art"
|
||||
},
|
||||
{
|
||||
id: "3", brand: "Indigo Room", name: "Seasonal Specialty Drink", price: "$8.00", rating: 5,
|
||||
reviewCount: "156+", imageSrc: "http://img.b2bpic.net/free-photo/woman-holds-cup-cappuccino-with-cookie-it_140725-4445.jpg?_wi=2", imageAlt: "Creative seasonal beverage special"},
|
||||
reviewCount: "156+", imageSrc: "http://img.b2bpic.net/free-photo/woman-holds-cup-cappuccino-with-cookie-it_140725-4445.jpg", imageAlt: "Creative seasonal beverage special"
|
||||
},
|
||||
]}
|
||||
carouselMode="buttons"
|
||||
ariaLabel="Featured specialty coffee drinks"
|
||||
@@ -131,16 +144,20 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Specialty Coffee", description: "Award-worthy matcha, espresso drinks, and seasonal specials. Every cup is crafted with care and premium ingredients for the perfect café experience.", imageSrc: "http://img.b2bpic.net/free-photo/matcha-latte-cup_417767-46.jpg?_wi=3", imageAlt: "Specialty coffee preparation"},
|
||||
title: "Specialty Coffee", description: "Award-worthy matcha, espresso drinks, and seasonal specials. Every cup is crafted with care and premium ingredients for the perfect café experience.", imageSrc: "http://img.b2bpic.net/free-photo/matcha-latte-cup_417767-46.jpg", imageAlt: "Specialty coffee preparation"
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Vintage Retail", description: "Curated collectibles and furniture that tell a story. Browse unique finds while sipping your favorite drink in our Instagram-worthy space.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-people-walking-antique-store_23-2149640710.jpg?_wi=2", imageAlt: "Vintage collectibles and furnishings"},
|
||||
title: "Vintage Retail", description: "Curated collectibles and furniture that tell a story. Browse unique finds while sipping your favorite drink in our Instagram-worthy space.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-people-walking-antique-store_23-2149640710.jpg", imageAlt: "Vintage collectibles and furnishings"
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Cozy Atmosphere", description: "The perfect spot for remote workers, students, and coffee lovers. Relax, work, or catch up with friends in our welcoming, local vibe.", imageSrc: "http://img.b2bpic.net/free-photo/woman-works-cafe-evening_1153-3549.jpg?_wi=2", imageAlt: "Cozy café seating area"},
|
||||
title: "Cozy Atmosphere", description: "The perfect spot for remote workers, students, and coffee lovers. Relax, work, or catch up with friends in our welcoming, local vibe.", imageSrc: "http://img.b2bpic.net/free-photo/woman-works-cafe-evening_1153-3549.jpg", imageAlt: "Cozy café seating area"
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
title: "Great Service", description: "Our baristas are passionate about your experience. Fast, friendly, and attentive service that keeps locals coming back every morning.", imageSrc: "http://img.b2bpic.net/free-photo/black-bearded-coffee-seller-pouring-coffee-shop_613910-443.jpg", imageAlt: "Professional barista at work"},
|
||||
title: "Great Service", description: "Our baristas are passionate about your experience. Fast, friendly, and attentive service that keeps locals coming back every morning.", imageSrc: "http://img.b2bpic.net/free-photo/black-bearded-coffee-seller-pouring-coffee-shop_613910-443.jpg", imageAlt: "Professional barista at work"
|
||||
},
|
||||
]}
|
||||
ariaLabel="What we offer section"
|
||||
/>
|
||||
@@ -158,9 +175,11 @@ export default function LandingPage() {
|
||||
animationType="opacity"
|
||||
metrics={[
|
||||
{
|
||||
id: "1", value: "7 AM", title: "Opening Time", description: "Daily opening for your morning coffee fix", imageSrc: "http://img.b2bpic.net/free-photo/focused-wisconsin-state-with-magnifying-glass_23-2148232432.jpg", imageAlt: "Indigo Room Coffee location"},
|
||||
id: "1", value: "7 AM", title: "Opening Time", description: "Daily opening for your morning coffee fix", imageSrc: "http://img.b2bpic.net/free-photo/focused-wisconsin-state-with-magnifying-glass_23-2148232432.jpg", imageAlt: "Indigo Room Coffee location"
|
||||
},
|
||||
{
|
||||
id: "2", value: "702 E Coronado Rd", title: "Phoenix, AZ 85006", description: "Easy access, limited parking available", imageSrc: "http://img.b2bpic.net/free-photo/woman-works-cafe-evening_1153-3549.jpg?_wi=3", imageAlt: "Storefront location"},
|
||||
id: "2", value: "702 E Coronado Rd", title: "Phoenix, AZ 85006", description: "Easy access, limited parking available", imageSrc: "http://img.b2bpic.net/free-photo/woman-works-cafe-evening_1153-3549.jpg", imageAlt: "Storefront location"
|
||||
},
|
||||
]}
|
||||
ariaLabel="Visit information and location"
|
||||
/>
|
||||
@@ -180,22 +199,28 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah M.", role: "Remote Worker", company: "Phoenix Local", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1", imageAlt: "Sarah M., happy customer"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Sarah M., happy customer"
|
||||
},
|
||||
{
|
||||
id: "2", name: "James L.", role: "Coffee Enthusiast", company: "Valley Resident", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "James L., satisfied customer"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "James L., satisfied customer"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Emma R.", role: "Student", company: "ASU Campus", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg?_wi=1", imageAlt: "Emma R., student customer"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg", imageAlt: "Emma R., student customer"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Marcus T.", role: "Vintage Collector", company: "Local Enthusiast", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2", imageAlt: "Marcus T., collector customer"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Marcus T., collector customer"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Lisa P.", role: "Business Owner", company: "Downtown Phoenix", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg?_wi=2", imageAlt: "Lisa P., business owner"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg", imageAlt: "Lisa P., business owner"
|
||||
},
|
||||
{
|
||||
id: "6", name: "David C.", role: "Tourist", company: "Visiting Phoenix", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg?_wi=3", imageAlt: "David C., visiting customer"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg", imageAlt: "David C., visiting customer"
|
||||
},
|
||||
]}
|
||||
carouselMode="buttons"
|
||||
ariaLabel="Customer testimonials"
|
||||
|
||||
Reference in New Issue
Block a user