diff --git a/src/app/page.tsx b/src/app/page.tsx index 1a3b953..b9829d8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,15 +56,15 @@ export default function LandingPage() { testimonials={[ { name: "John Carver", handle: "Local Guide", testimonial: "Best place in town! Amazing little rustic and cute diner with a very friendly staff, delicious food options, and a cozy environment.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-with-skateboard_23-2148264213.jpg?_wi=1", imageAlt: "John Carver" + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-with-skateboard_23-2148264213.jpg", imageAlt: "John Carver" }, { name: "Robert Sara", handle: "Local Guide", testimonial: "Thank you for a great lunch and friendly service. Made driving there from Belgrade worth it!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-barista-holding-coffee-cup-cafe_1170-590.jpg?_wi=1", imageAlt: "Robert Sara" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-barista-holding-coffee-cup-cafe_1170-590.jpg", imageAlt: "Robert Sara" }, { name: "M B", handle: "Local Guide", testimonial: "Cozy atmosphere with an old school diner feel. Super friendly staff and attentive service.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/confident-office-employers-thumbing-up-smiling-two-happy-professional-businesswomen-standing-together-posing-meeting-room-teamwork-business-cooperation-concept_74855-6924.jpg?_wi=1", imageAlt: "M B" + imageSrc: "http://img.b2bpic.net/free-photo/confident-office-employers-thumbing-up-smiling-two-happy-professional-businesswomen-standing-together-posing-meeting-room-teamwork-business-cooperation-concept_74855-6924.jpg", imageAlt: "M B" } ]} testimonialRotationInterval={5000} @@ -73,6 +73,7 @@ export default function LandingPage() { mediaAnimation="slide-up" imagePosition="right" fixedMediaHeight={true} + background={{ variant: "plain" }} className="w-full" containerClassName="px-4 md:px-8" titleClassName="text-5xl md:text-6xl font-extrabold text-[var(--foreground)]" @@ -165,6 +166,8 @@ export default function LandingPage() { cardNameClassName="text-xl font-bold text-[var(--foreground)] mt-4" textBoxTitleClassName="text-4xl font-extrabold" textBoxDescriptionClassName="text-lg opacity-85" + textboxLayout="default" + useInvertedBackground={false} /> @@ -194,6 +197,8 @@ export default function LandingPage() { iconClassName="w-8 h-8 text-[var(--primary-cta)]" metricTitleClassName="text-sm text-[var(--foreground)] opacity-70 mb-2" valueClassName="text-3xl font-extrabold text-[var(--primary-cta)]" + textboxLayout="default" + useInvertedBackground={false} /> @@ -208,13 +213,13 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "john-carver", name: "John Carver", role: "Local Guide", testimonial: "Best place in town! Amazing little rustic and cute diner with a very friendly staff, delicious food options, and a cozy environment. Super satisfying restaurant. The food will make you want to come back for more!", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-with-skateboard_23-2148264213.jpg?_wi=2", imageAlt: "John Carver", icon: Star + id: "john-carver", name: "John Carver", role: "Local Guide", testimonial: "Best place in town! Amazing little rustic and cute diner with a very friendly staff, delicious food options, and a cozy environment. Super satisfying restaurant. The food will make you want to come back for more!", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-with-skateboard_23-2148264213.jpg", imageAlt: "John Carver", icon: Star }, { - id: "robert-sara", name: "Robert Sara", role: "Local Guide", testimonial: "Thank you for a great lunch and friendly service made driving there from Belgrade worth it. Truly appreciated the warm welcome and delicious meal!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-barista-holding-coffee-cup-cafe_1170-590.jpg?_wi=2", imageAlt: "Robert Sara", icon: Star + id: "robert-sara", name: "Robert Sara", role: "Local Guide", testimonial: "Thank you for a great lunch and friendly service made driving there from Belgrade worth it. Truly appreciated the warm welcome and delicious meal!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-barista-holding-coffee-cup-cafe_1170-590.jpg", imageAlt: "Robert Sara", icon: Star }, { - id: "m-b", name: "M B", role: "Local Guide", testimonial: "Out touring around and found this place. Cozy atmosphere with an old school diner feel. Super friendly staff and attentive. The homemade food is absolutely delicious and reminds me of my grandmother's cooking.", imageSrc: "http://img.b2bpic.net/free-photo/confident-office-employers-thumbing-up-smiling-two-happy-professional-businesswomen-standing-together-posing-meeting-room-teamwork-business-cooperation-concept_74855-6924.jpg?_wi=2", imageAlt: "M B", icon: Star + id: "m-b", name: "M B", role: "Local Guide", testimonial: "Out touring around and found this place. Cozy atmosphere with an old school diner feel. Super friendly staff and attentive. The homemade food is absolutely delicious and reminds me of my grandmother's cooking.", imageSrc: "http://img.b2bpic.net/free-photo/confident-office-employers-thumbing-up-smiling-two-happy-professional-businesswomen-standing-together-posing-meeting-room-teamwork-business-cooperation-concept_74855-6924.jpg", imageAlt: "M B", icon: Star }, { id: "sarah-montana", name: "Sarah Montana", role: "Regular Customer", testimonial: "I visit Mountain Good at least twice a month. The consistency in quality and the genuine care from the staff make it my favorite spot in Boulder. Their fried cheesecake is absolutely incredible!", imageSrc: "http://img.b2bpic.net/free-photo/lovable-woman-looking-front_197531-19779.jpg", imageAlt: "Sarah Montana", icon: Star @@ -238,6 +243,8 @@ export default function LandingPage() { nameClassName="text-lg font-bold text-[var(--foreground)]" roleClassName="text-sm text-[var(--foreground)] opacity-60" testimonialClassName="text-base text-[var(--foreground)] opacity-80 mt-3 italic" + textboxLayout="default" + useInvertedBackground={false} />