Merge version_1 into main #3
@@ -51,9 +51,9 @@ export default function LandingPage() {
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-with-phone-night_1303-5750.jpg", imageAlt: "Café Atmosphere"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-with-phone-night_1303-5750.jpg?_wi=1", imageAlt: "Café Atmosphere"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/assorted-meat-pizza-with-jamon-olives_501050-786.jpg", imageAlt: "Café Food"}
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/assorted-meat-pizza-with-jamon-olives_501050-786.jpg?_wi=1", imageAlt: "Café Food"}
|
||||
]}
|
||||
mediaAnimation="blur-reveal"
|
||||
rating={5}
|
||||
@@ -70,7 +70,7 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{
|
||||
id: "p1", brand: "Signature", name: "Wood-Fired Pizza", price: "₹350", rating: 5,
|
||||
reviewCount: "120+", imageSrc: "http://img.b2bpic.net/free-photo/assorted-meat-pizza-with-jamon-olives_501050-786.jpg"},
|
||||
reviewCount: "120+", imageSrc: "http://img.b2bpic.net/free-photo/assorted-meat-pizza-with-jamon-olives_501050-786.jpg?_wi=2"},
|
||||
{
|
||||
id: "p2", brand: "Signature", name: "Craft Coffee", price: "₹150", rating: 5,
|
||||
reviewCount: "85+", imageSrc: "http://img.b2bpic.net/free-photo/vintage-coffee-with-latte-art-decoration_1150-6331.jpg"},
|
||||
@@ -111,13 +111,13 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "t1", name: "Priya S.", role: "Local Regular", testimonial: "Amazing ambience and yummy food… will visit again for sure!", imageSrc: "http://img.b2bpic.net/free-photo/cute-elegant-calm-happy-woman-green-summer-dress-sits-with-coffee-cafe-enjoying-morning_343596-3669.jpg"},
|
||||
{
|
||||
id: "t2", name: "Rahul K.", role: "Foodie", testimonial: "Best place in Himayatnagar… affordable and worth it.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-pretty-female-drinking-coffee-lady-holding-white-mug-with-hand_1153-5518.jpg"},
|
||||
id: "t2", name: "Rahul K.", role: "Foodie", testimonial: "Best place in Himayatnagar… affordable and worth it.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-pretty-female-drinking-coffee-lady-holding-white-mug-with-hand_1153-5518.jpg?_wi=1"},
|
||||
{
|
||||
id: "t3", name: "Family of 4", role: "Diners", testimonial: "Great food, friendly staff, perfect hangout spot.", imageSrc: "http://img.b2bpic.net/free-photo/professional-company-executive-reviews-enterprise-solutions-her-laptop_482257-107856.jpg"},
|
||||
{
|
||||
id: "t4", name: "Ananya R.", role: "Student", testimonial: "My go-to place for projects and good coffee.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-young-digital-nomad-man-working-cafe-laptop-looking-happy-pleased_1258-245290.jpg"},
|
||||
{
|
||||
id: "t5", name: "Vikram M.", role: "Coffee Enthusiast", testimonial: "The best brew in town, hands down. Cozy atmosphere is a huge plus.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-pretty-female-drinking-coffee-lady-holding-white-mug-with-hand_1153-5518.jpg"},
|
||||
id: "t5", name: "Vikram M.", role: "Coffee Enthusiast", testimonial: "The best brew in town, hands down. Cozy atmosphere is a huge plus.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-pretty-female-drinking-coffee-lady-holding-white-mug-with-hand_1153-5518.jpg?_wi=2"},
|
||||
]}
|
||||
title="What Our Customers Say"
|
||||
description="Stories from our happy local community."
|
||||
@@ -141,7 +141,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/girl-with-phone-night_1303-5750.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/girl-with-phone-night_1303-5750.jpg?_wi=2"
|
||||
columns={[
|
||||
{
|
||||
title: "Navigate", items: [
|
||||
|
||||
Reference in New Issue
Block a user