diff --git a/src/app/page.tsx b/src/app/page.tsx index fddb352..dfa51eb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,8 @@ export default function LandingPage() { { name: "Visit", id: "contact" }, ]} button={{ - text: "Visit Today", href: "contact"}} + text: "Visit Today", href: "contact" + }} animateOnLoad={true} /> @@ -81,13 +82,16 @@ export default function LandingPage() { stats: [ { title: "Years Roasting", values: [8, 9, 10], - description: "Craft excellence since inception"}, + description: "Craft excellence since inception" + }, { title: "Coffee Varieties", values: [12, 15, 18], - valueSuffix: "+", description: "Rotating seasonal selections"}, + valueSuffix: "+", description: "Rotating seasonal selections" + }, { title: "Community", values: [500, 750, 1000], - description: "Regular neighborhood visitors"}, + description: "Regular neighborhood visitors" + }, ], chartTitle: "Peak Hours", chartData: [ { value: 85 }, @@ -99,14 +103,15 @@ export default function LandingPage() { listTitle: "Today's Highlights", listItems: [ { icon: Croissant, - title: "Fresh Pastries", status: "Made Fresh"}, + title: "Fresh Pastries", status: "Made Fresh" + }, { icon: Coffee, - title: "Single-Origin Pour Over", status: "Available"}, + title: "Single-Origin Pour Over", status: "Available" + }, { icon: Leaf, title: "Morning Ritual", status: "Always Here" }, ], }} - useInvertedBackground={false} /> @@ -121,27 +126,33 @@ export default function LandingPage() { { id: "1", name: "Sarah M.", role: "Regular Customer", company: "Noe Valley Local", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/businesswoman-working-with-tablet-cafe_1157-32742.jpg"}, + "http://img.b2bpic.net/free-photo/businesswoman-working-with-tablet-cafe_1157-32742.jpg" + }, { id: "2", name: "James T.", role: "Coffee Enthusiast", company: "Neighborhood Regular", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/young-man-smiling-standing-cliff-near-beautiful-sea_181624-23716.jpg"}, + "http://img.b2bpic.net/free-photo/young-man-smiling-standing-cliff-near-beautiful-sea_181624-23716.jpg" + }, { id: "3", name: "Elena R.", role: "Local Designer", company: "Creative Professional", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-painting-palette_23-2148944935.jpg"}, + "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-painting-palette_23-2148944935.jpg" + }, { id: "4", name: "Marcus L.", role: "Morning Ritual", company: "Work from Cafe", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/portrait-handsome-young-digital-nomad-man-working-cafe-laptop-looking-happy-pleased_1258-314135.jpg"}, + "http://img.b2bpic.net/free-photo/portrait-handsome-young-digital-nomad-man-working-cafe-laptop-looking-happy-pleased_1258-314135.jpg" + }, { id: "5", name: "Lisa K.", role: "Baker Admirer", company: "Pastry Enthusiast", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/smiling-woman-with-red-lipstick-is-licking-teaspoon-girl-cashmere-outfit-enjoying-croissant_197531-13460.jpg"}, + "http://img.b2bpic.net/free-photo/smiling-woman-with-red-lipstick-is-licking-teaspoon-girl-cashmere-outfit-enjoying-croissant_197531-13460.jpg" + }, { id: "6", name: "David W.", role: "Neighborhood Soul", company: "Noe Valley Native", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/close-up-priest-his-lunch-time_23-2149284678.jpg"}, + "http://img.b2bpic.net/free-photo/close-up-priest-his-lunch-time_23-2149284678.jpg" + }, ]} gridVariant="uniform-all-items-equal" animationType="slide-up" @@ -161,16 +172,18 @@ export default function LandingPage() { { id: "01", title: "House-Roasted Coffee", description: "Single-origin beans roasted on-site. Espresso, lattes, iced coffee, and seasonal pour-overs.", imageSrc: - "http://img.b2bpic.net/free-photo/front-view-male-barista-using-professional-coffee-machine-cup_23-2148824392.jpg"}, + "http://img.b2bpic.net/free-photo/front-view-male-barista-using-professional-coffee-machine-cup_23-2148824392.jpg" + }, { id: "02", title: "Fresh Pastries Daily", description: - 'Handcrafted cookies, croissants, biscuits, and donuts. "One of the best chocolate chip cookies ever."', - imageSrc: - "http://img.b2bpic.net/free-photo/chocolate-chips-cookies-arrangement-top-view_23-2149702498.jpg"}, + "Handcrafted cookies, croissants, biscuits, and donuts. One of the best chocolate chip cookies ever.", imageSrc: + "http://img.b2bpic.net/free-photo/chocolate-chips-cookies-arrangement-top-view_23-2149702498.jpg" + }, { id: "03", title: "Breakfast Favorites", description: "Bagels, breakfast sandwiches, fresh lox, empanadas, and hearty breakfast items for morning ritual.", imageSrc: - "http://img.b2bpic.net/free-photo/chocolate-cheesecake-coffee-wooden-table-cup-coffee-cheesecake-top-view-flat-lay_2829-17193.jpg"}, + "http://img.b2bpic.net/free-photo/chocolate-cheesecake-coffee-wooden-table-cup-coffee-cheesecake-top-view-flat-lay_2829-17193.jpg" + }, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -183,7 +196,8 @@ export default function LandingPage() { @@ -299,9 +329,11 @@ export default function LandingPage() {