Merge version_1 into main #1
1367
src/app/layout.tsx
1367
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -91,23 +91,23 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "2", title: "Amazing Coffee & Drinks", author: "Expertly Crafted", description: "Speciality coffee, smooth cappuccinos, refreshing iced beverages, and delicious milkshakes made with passion and the finest ingredients.", tags: ["Specialty Coffee", "Quality"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/jars-with-fruits-flavor-drinks-table_23-2148606477.jpg", imageAlt: "Creamy milkshake and specialty coffee drinks"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/jars-with-fruits-flavor-drinks-table_23-2148606477.jpg?_wi=1", imageAlt: "Creamy milkshake and specialty coffee drinks"
|
||||
},
|
||||
{
|
||||
id: "3", title: "Delicious Affordable Meals", author: "Home-Style Cooking", description: "Farm breakfasts, gourmet burgers, fresh wraps, and comforting pasta dishes—all affordably priced without compromising quality.", tags: ["Food", "Value"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/variety-healthy-fresh-breakfast-white-backdrop_23-2147907013.jpg", imageAlt: "Generous farm breakfast spread with fresh ingredients"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/variety-healthy-fresh-breakfast-white-backdrop_23-2147907013.jpg?_wi=1", imageAlt: "Generous farm breakfast spread with fresh ingredients"
|
||||
},
|
||||
{
|
||||
id: "4", title: "Relaxing Countryside Atmosphere", author: "Your Peaceful Escape", description: "Nestled in the charm of Riebeek West with breathtaking mountain views and a cozy interior that feels like home.", tags: ["Ambiance", "Location"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-with-coffee-cup_23-2150244094.jpg", imageAlt: "Warm and cozy interior lighting and design"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-with-coffee-cup_23-2150244094.jpg?_wi=1", imageAlt: "Warm and cozy interior lighting and design"
|
||||
},
|
||||
{
|
||||
id: "5", title: "Outdoor Seating & Mountain Views", author: "Nature's Backdrop", description: "Enjoy your coffee or meal outdoors while taking in stunning mountain scenery and breathing in the fresh country air.", tags: ["Outdoor", "Views"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-scene-from-community-showing-care-support-from-people_23-2151261192.jpg", imageAlt: "Outdoor café seating with mountain landscape"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-scene-from-community-showing-care-support-from-people_23-2151261192.jpg?_wi=1", imageAlt: "Outdoor café seating with mountain landscape"
|
||||
},
|
||||
{
|
||||
id: "6", title: "Free WiFi & Community Vibe", author: "Stay Connected", description: "Work, relax, or catch up with friends in our welcoming space. We're a true local gathering spot with strong community spirit.", tags: ["Amenities", "Community"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-barista-brewing-coffee-alternative-method-pour_176420-14718.jpg", imageAlt: "Professional barista preparing specialty coffee"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-barista-brewing-coffee-alternative-method-pour_176420-14718.jpg?_wi=1", imageAlt: "Professional barista preparing specialty coffee"
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -124,22 +124,22 @@ export default function LandingPage() {
|
||||
tagIcon={Coffee}
|
||||
tagAnimation="entrance-slide"
|
||||
products={[
|
||||
{ id: "1", brand: "Breakfast", name: "Farm Breakfast", price: "R85", rating: 5, reviewCount: "160+", imageSrc: "http://img.b2bpic.net/free-photo/variety-healthy-fresh-breakfast-white-backdrop_23-2147907013.jpg", imageAlt: "Farm breakfast with fresh eggs and bacon" },
|
||||
{ id: "2", brand: "Breakfast", name: "French Toast with Bacon", price: "R72", rating: 5, reviewCount: "160+", imageSrc: "http://img.b2bpic.net/free-photo/variety-healthy-fresh-breakfast-white-backdrop_23-2147907013.jpg", imageAlt: "Golden French toast with crispy bacon" },
|
||||
{ id: "3", brand: "Breakfast", name: "Flapjacks", price: "R68", rating: 5, reviewCount: "160+", imageSrc: "http://img.b2bpic.net/free-photo/variety-healthy-fresh-breakfast-white-backdrop_23-2147907013.jpg", imageAlt: "Fluffy stack of flapjacks with syrup" },
|
||||
{ id: "4", brand: "Breakfast", name: "Eggs & Toast", price: "R55", rating: 5, reviewCount: "160+", imageSrc: "http://img.b2bpic.net/free-photo/variety-healthy-fresh-breakfast-white-backdrop_23-2147907013.jpg", imageAlt: "Perfectly cooked eggs with buttered toast" },
|
||||
{ id: "5", brand: "Lunch", name: "Beef Cheese Burger", price: "R95", rating: 5, reviewCount: "160+", imageSrc: "http://img.b2bpic.net/free-photo/variety-healthy-fresh-breakfast-white-backdrop_23-2147907013.jpg", imageAlt: "Gourmet beef burger with melted cheese" },
|
||||
{ id: "6", brand: "Lunch", name: "Chicken Wrap", price: "R78", rating: 5, reviewCount: "160+", imageSrc: "http://img.b2bpic.net/free-photo/variety-healthy-fresh-breakfast-white-backdrop_23-2147907013.jpg", imageAlt: "Fresh chicken wrap with vegetables" },
|
||||
{ id: "7", brand: "Lunch", name: "Toasted Sandwiches", price: "R62", rating: 5, reviewCount: "160+", imageSrc: "http://img.b2bpic.net/free-photo/variety-healthy-fresh-breakfast-white-backdrop_23-2147907013.jpg", imageAlt: "Hot toasted sandwiches with cheese" },
|
||||
{ id: "8", brand: "Lunch", name: "Pasta Dishes", price: "R88", rating: 5, reviewCount: "160+", imageSrc: "http://img.b2bpic.net/free-photo/variety-healthy-fresh-breakfast-white-backdrop_23-2147907013.jpg", imageAlt: "Creamy pasta with fresh ingredients" },
|
||||
{ id: "9", brand: "Coffee & Drinks", name: "Americano", price: "R28", rating: 5, reviewCount: "160+", imageSrc: "http://img.b2bpic.net/free-photo/jars-with-fruits-flavor-drinks-table_23-2148606477.jpg", imageAlt: "Classic americano coffee" },
|
||||
{ id: "10", brand: "Coffee & Drinks", name: "Cappuccino", price: "R32", rating: 5, reviewCount: "160+", imageSrc: "http://img.b2bpic.net/free-photo/jars-with-fruits-flavor-drinks-table_23-2148606477.jpg", imageAlt: "Creamy cappuccino with latte art" },
|
||||
{ id: "11", brand: "Coffee & Drinks", name: "Iced Coffee", price: "R35", rating: 5, reviewCount: "160+", imageSrc: "http://img.b2bpic.net/free-photo/jars-with-fruits-flavor-drinks-table_23-2148606477.jpg", imageAlt: "Refreshing iced coffee on a warm day" },
|
||||
{ id: "12", brand: "Coffee & Drinks", name: "Hot Chocolate", price: "R30", rating: 5, reviewCount: "160+", imageSrc: "http://img.b2bpic.net/free-photo/jars-with-fruits-flavor-drinks-table_23-2148606477.jpg", imageAlt: "Rich hot chocolate with cream" },
|
||||
{ id: "13", brand: "Coffee & Drinks", name: "Milkshakes", price: "R38", rating: 5, reviewCount: "160+", imageSrc: "http://img.b2bpic.net/free-photo/jars-with-fruits-flavor-drinks-table_23-2148606477.jpg", imageAlt: "Delicious milkshake topped with whipped cream" },
|
||||
{ id: "14", brand: "Treats", name: "Fresh Scones", price: "R22", rating: 5, reviewCount: "160+", imageSrc: "http://img.b2bpic.net/free-photo/assorted-biscuits-plate-basket-cup-blue-table_114579-21039.jpg", imageAlt: "Warm fresh scones with cream" },
|
||||
{ id: "15", brand: "Treats", name: "Biscotti", price: "R18", rating: 5, reviewCount: "160+", imageSrc: "http://img.b2bpic.net/free-photo/assorted-biscuits-plate-basket-cup-blue-table_114579-21039.jpg", imageAlt: "Crunchy biscotti perfect with coffee" },
|
||||
{ id: "16", brand: "Treats", name: "Homemade Desserts", price: "R28", rating: 5, reviewCount: "160+", imageSrc: "http://img.b2bpic.net/free-photo/assorted-biscuits-plate-basket-cup-blue-table_114579-21039.jpg", imageAlt: "Delicious homemade desserts" }
|
||||
{ id: "1", brand: "Breakfast", name: "Farm Breakfast", price: "R85", rating: 5, reviewCount: "160+", imageSrc: "http://img.b2bpic.net/free-photo/variety-healthy-fresh-breakfast-white-backdrop_23-2147907013.jpg?_wi=2", imageAlt: "Farm breakfast with fresh eggs and bacon" },
|
||||
{ id: "2", brand: "Breakfast", name: "French Toast with Bacon", price: "R72", rating: 5, reviewCount: "160+", imageSrc: "http://img.b2bpic.net/free-photo/variety-healthy-fresh-breakfast-white-backdrop_23-2147907013.jpg?_wi=3", imageAlt: "Golden French toast with crispy bacon" },
|
||||
{ id: "3", brand: "Breakfast", name: "Flapjacks", price: "R68", rating: 5, reviewCount: "160+", imageSrc: "http://img.b2bpic.net/free-photo/variety-healthy-fresh-breakfast-white-backdrop_23-2147907013.jpg?_wi=4", imageAlt: "Fluffy stack of flapjacks with syrup" },
|
||||
{ id: "4", brand: "Breakfast", name: "Eggs & Toast", price: "R55", rating: 5, reviewCount: "160+", imageSrc: "http://img.b2bpic.net/free-photo/variety-healthy-fresh-breakfast-white-backdrop_23-2147907013.jpg?_wi=5", imageAlt: "Perfectly cooked eggs with buttered toast" },
|
||||
{ id: "5", brand: "Lunch", name: "Beef Cheese Burger", price: "R95", rating: 5, reviewCount: "160+", imageSrc: "http://img.b2bpic.net/free-photo/variety-healthy-fresh-breakfast-white-backdrop_23-2147907013.jpg?_wi=6", imageAlt: "Gourmet beef burger with melted cheese" },
|
||||
{ id: "6", brand: "Lunch", name: "Chicken Wrap", price: "R78", rating: 5, reviewCount: "160+", imageSrc: "http://img.b2bpic.net/free-photo/variety-healthy-fresh-breakfast-white-backdrop_23-2147907013.jpg?_wi=7", imageAlt: "Fresh chicken wrap with vegetables" },
|
||||
{ id: "7", brand: "Lunch", name: "Toasted Sandwiches", price: "R62", rating: 5, reviewCount: "160+", imageSrc: "http://img.b2bpic.net/free-photo/variety-healthy-fresh-breakfast-white-backdrop_23-2147907013.jpg?_wi=8", imageAlt: "Hot toasted sandwiches with cheese" },
|
||||
{ id: "8", brand: "Lunch", name: "Pasta Dishes", price: "R88", rating: 5, reviewCount: "160+", imageSrc: "http://img.b2bpic.net/free-photo/variety-healthy-fresh-breakfast-white-backdrop_23-2147907013.jpg?_wi=9", imageAlt: "Creamy pasta with fresh ingredients" },
|
||||
{ id: "9", brand: "Coffee & Drinks", name: "Americano", price: "R28", rating: 5, reviewCount: "160+", imageSrc: "http://img.b2bpic.net/free-photo/jars-with-fruits-flavor-drinks-table_23-2148606477.jpg?_wi=2", imageAlt: "Classic americano coffee" },
|
||||
{ id: "10", brand: "Coffee & Drinks", name: "Cappuccino", price: "R32", rating: 5, reviewCount: "160+", imageSrc: "http://img.b2bpic.net/free-photo/jars-with-fruits-flavor-drinks-table_23-2148606477.jpg?_wi=3", imageAlt: "Creamy cappuccino with latte art" },
|
||||
{ id: "11", brand: "Coffee & Drinks", name: "Iced Coffee", price: "R35", rating: 5, reviewCount: "160+", imageSrc: "http://img.b2bpic.net/free-photo/jars-with-fruits-flavor-drinks-table_23-2148606477.jpg?_wi=4", imageAlt: "Refreshing iced coffee on a warm day" },
|
||||
{ id: "12", brand: "Coffee & Drinks", name: "Hot Chocolate", price: "R30", rating: 5, reviewCount: "160+", imageSrc: "http://img.b2bpic.net/free-photo/jars-with-fruits-flavor-drinks-table_23-2148606477.jpg?_wi=5", imageAlt: "Rich hot chocolate with cream" },
|
||||
{ id: "13", brand: "Coffee & Drinks", name: "Milkshakes", price: "R38", rating: 5, reviewCount: "160+", imageSrc: "http://img.b2bpic.net/free-photo/jars-with-fruits-flavor-drinks-table_23-2148606477.jpg?_wi=6", imageAlt: "Delicious milkshake topped with whipped cream" },
|
||||
{ id: "14", brand: "Treats", name: "Fresh Scones", price: "R22", rating: 5, reviewCount: "160+", imageSrc: "http://img.b2bpic.net/free-photo/assorted-biscuits-plate-basket-cup-blue-table_114579-21039.jpg?_wi=1", imageAlt: "Warm fresh scones with cream" },
|
||||
{ id: "15", brand: "Treats", name: "Biscotti", price: "R18", rating: 5, reviewCount: "160+", imageSrc: "http://img.b2bpic.net/free-photo/assorted-biscuits-plate-basket-cup-blue-table_114579-21039.jpg?_wi=2", imageAlt: "Crunchy biscotti perfect with coffee" },
|
||||
{ id: "16", brand: "Treats", name: "Homemade Desserts", price: "R28", rating: 5, reviewCount: "160+", imageSrc: "http://img.b2bpic.net/free-photo/assorted-biscuits-plate-basket-cup-blue-table_114579-21039.jpg?_wi=3", imageAlt: "Delicious homemade desserts" }
|
||||
]}
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
animationType="slide-up"
|
||||
@@ -173,12 +173,12 @@ export default function LandingPage() {
|
||||
tagIcon={Camera}
|
||||
tagAnimation="entrance-slide"
|
||||
blogs={[
|
||||
{ id: "1", category: "Interior", title: "Cozy Ambiance", excerpt: "Step into our warm, welcoming interior where every corner invites you to relax and stay awhile.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-with-coffee-cup_23-2150244094.jpg", imageAlt: "Cozy interior of Angie's Coffee Shop", authorName: "Angie's Team", authorAvatar: "http://img.b2bpic.net/free-photo/indoor-portrait-gorgeous-young-caucasian-female-student-with-perfect-healthy-skin_273609-9035.jpg", date: "2025" },
|
||||
{ id: "2", category: "Outdoor", title: "Mountain Views", excerpt: "Enjoy your coffee on our outdoor patio with breathtaking views of the surrounding countryside and mountains.", imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-scene-from-community-showing-care-support-from-people_23-2151261192.jpg", imageAlt: "Outdoor seating with mountain views", authorName: "Angie's Team", authorAvatar: "http://img.b2bpic.net/free-photo/confident-successful-middle-aged-business-leader_1262-4872.jpg", date: "2025" },
|
||||
{ id: "3", category: "Coffee", title: "Specialty Coffee", excerpt: "Our expert baristas craft each cup with precision and passion, creating the perfect coffee experience.", imageSrc: "http://img.b2bpic.net/free-photo/male-barista-brewing-coffee-alternative-method-pour_176420-14718.jpg", imageAlt: "Specialty coffee preparation", authorName: "Angie's Team", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-woman-work-with-copy-space_23-2148826459.jpg", date: "2025" },
|
||||
{ id: "4", category: "Food", title: "Breakfast Magic", excerpt: "Start your day with our signature farm breakfasts, made fresh with the finest local ingredients.", imageSrc: "http://img.b2bpic.net/free-photo/variety-healthy-fresh-breakfast-white-backdrop_23-2147907013.jpg", imageAlt: "Farm breakfast spread", authorName: "Angie's Team", authorAvatar: "http://img.b2bpic.net/free-photo/medium-shot-man-correcting-grammar-mistakes_23-2150171372.jpg", date: "2025" },
|
||||
{ id: "5", category: "Treats", title: "Homemade Treats", excerpt: "Indulge in our fresh scones, crispy biscotti, and delicious homemade desserts baked daily.", imageSrc: "http://img.b2bpic.net/free-photo/assorted-biscuits-plate-basket-cup-blue-table_114579-21039.jpg", imageAlt: "Fresh homemade pastries and treats", authorName: "Angie's Team", authorAvatar: "http://img.b2bpic.net/free-photo/indoor-portrait-gorgeous-young-caucasian-female-student-with-perfect-healthy-skin_273609-9035.jpg", date: "2025" },
|
||||
{ id: "6", category: "Beverages", title: "Cold Refreshments", excerpt: "Cool off with our selection of iced coffees, smoothies, and creamy milkshakes.", imageSrc: "http://img.b2bpic.net/free-photo/jars-with-fruits-flavor-drinks-table_23-2148606477.jpg", imageAlt: "Cold beverages and milkshakes", authorName: "Angie's Team", authorAvatar: "http://img.b2bpic.net/free-photo/confident-successful-middle-aged-business-leader_1262-4872.jpg", date: "2025" }
|
||||
{ id: "1", category: "Interior", title: "Cozy Ambiance", excerpt: "Step into our warm, welcoming interior where every corner invites you to relax and stay awhile.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-with-coffee-cup_23-2150244094.jpg?_wi=2", imageAlt: "Cozy interior of Angie's Coffee Shop", authorName: "Angie's Team", authorAvatar: "http://img.b2bpic.net/free-photo/indoor-portrait-gorgeous-young-caucasian-female-student-with-perfect-healthy-skin_273609-9035.jpg", date: "2025" },
|
||||
{ id: "2", category: "Outdoor", title: "Mountain Views", excerpt: "Enjoy your coffee on our outdoor patio with breathtaking views of the surrounding countryside and mountains.", imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-scene-from-community-showing-care-support-from-people_23-2151261192.jpg?_wi=2", imageAlt: "Outdoor seating with mountain views", authorName: "Angie's Team", authorAvatar: "http://img.b2bpic.net/free-photo/confident-successful-middle-aged-business-leader_1262-4872.jpg", date: "2025" },
|
||||
{ id: "3", category: "Coffee", title: "Specialty Coffee", excerpt: "Our expert baristas craft each cup with precision and passion, creating the perfect coffee experience.", imageSrc: "http://img.b2bpic.net/free-photo/male-barista-brewing-coffee-alternative-method-pour_176420-14718.jpg?_wi=2", imageAlt: "Specialty coffee preparation", authorName: "Angie's Team", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-woman-work-with-copy-space_23-2148826459.jpg", date: "2025" },
|
||||
{ id: "4", category: "Food", title: "Breakfast Magic", excerpt: "Start your day with our signature farm breakfasts, made fresh with the finest local ingredients.", imageSrc: "http://img.b2bpic.net/free-photo/variety-healthy-fresh-breakfast-white-backdrop_23-2147907013.jpg?_wi=10", imageAlt: "Farm breakfast spread", authorName: "Angie's Team", authorAvatar: "http://img.b2bpic.net/free-photo/medium-shot-man-correcting-grammar-mistakes_23-2150171372.jpg", date: "2025" },
|
||||
{ id: "5", category: "Treats", title: "Homemade Treats", excerpt: "Indulge in our fresh scones, crispy biscotti, and delicious homemade desserts baked daily.", imageSrc: "http://img.b2bpic.net/free-photo/assorted-biscuits-plate-basket-cup-blue-table_114579-21039.jpg?_wi=4", imageAlt: "Fresh homemade pastries and treats", authorName: "Angie's Team", authorAvatar: "http://img.b2bpic.net/free-photo/indoor-portrait-gorgeous-young-caucasian-female-student-with-perfect-healthy-skin_273609-9035.jpg", date: "2025" },
|
||||
{ id: "6", category: "Beverages", title: "Cold Refreshments", excerpt: "Cool off with our selection of iced coffees, smoothies, and creamy milkshakes.", imageSrc: "http://img.b2bpic.net/free-photo/jars-with-fruits-flavor-drinks-table_23-2148606477.jpg?_wi=7", imageAlt: "Cold beverages and milkshakes", authorName: "Angie's Team", authorAvatar: "http://img.b2bpic.net/free-photo/confident-successful-middle-aged-business-leader_1262-4872.jpg", date: "2025" }
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -202,7 +202,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/lifestyle-scene-from-community-showing-care-support-from-people_23-2151261192.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/lifestyle-scene-from-community-showing-care-support-from-people_23-2151261192.jpg?_wi=3"
|
||||
imageAlt="Angie's Coffee Shop mountain setting"
|
||||
logoText="Angie's Coffee Shop"
|
||||
copyrightText="© 2025 Angie's Coffee Shop. All rights reserved."
|
||||
|
||||
Reference in New Issue
Block a user