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
@@ -54,16 +54,16 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah M.", handle: "Local Regular", testimonial: "Best Turkish eggs I've found in Ballarat. Service, atmosphere, and coffee are all excellent.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-natural-pretty-woman-with-curly-hairstyle_285396-4322.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-natural-pretty-woman-with-curly-hairstyle_285396-4322.jpg?_wi=1"},
|
||||
{
|
||||
name: "James L.", handle: "Melbourne Visitor", testimonial: "A Brunswick vibe with country service and generous meal sizes. Worth the drive!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/joyful-young-bald-call-center-man-showing-thumbs-up-isolated-olive-green_141793-84095.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/joyful-young-bald-call-center-man-showing-thumbs-up-isolated-olive-green_141793-84095.jpg?_wi=1"},
|
||||
{
|
||||
name: "Emma T.", handle: "Food Lover", testimonial: "The halloumi is perfection. Cosy collection of spaces designed for real conversations.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blond-business-woman-sitting-with-coffee-cup_23-2148095736.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blond-business-woman-sitting-with-coffee-cup_23-2148095736.jpg?_wi=1"},
|
||||
{
|
||||
name: "Michael K.", handle: "Coffee Enthusiast", testimonial: "Specialty coffee that rivals Melbourne. Friendly, relaxed service. My new go-to.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-talking-phone_23-2147859163.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-talking-phone_23-2147859163.jpg?_wi=1"},
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
buttons={[
|
||||
@@ -182,16 +182,16 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Mitchell", role: "Local Regular", company: "Ballarat Community", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-natural-pretty-woman-with-curly-hairstyle_285396-4322.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-natural-pretty-woman-with-curly-hairstyle_285396-4322.jpg?_wi=2"},
|
||||
{
|
||||
id: "2", name: "James Lewis", role: "Visitor", company: "Melbourne", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/joyful-young-bald-call-center-man-showing-thumbs-up-isolated-olive-green_141793-84095.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/joyful-young-bald-call-center-man-showing-thumbs-up-isolated-olive-green_141793-84095.jpg?_wi=2"},
|
||||
{
|
||||
id: "3", name: "Emma Thompson", role: "Food Writer", company: "Regional Review", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blond-business-woman-sitting-with-coffee-cup_23-2148095736.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blond-business-woman-sitting-with-coffee-cup_23-2148095736.jpg?_wi=2"},
|
||||
{
|
||||
id: "4", name: "Michael Khan", role: "Coffee Enthusiast", company: "Specialty Coffee Co", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-talking-phone_23-2147859163.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-talking-phone_23-2147859163.jpg?_wi=2"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{ value: "500+", label: "Happy guests monthly" },
|
||||
|
||||
Reference in New Issue
Block a user