Merge version_1 into main #2
@@ -59,7 +59,7 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "Swalehe Msungi", handle: "Regular Customer", testimonial: "Amazing food and friendly service every time I visit. Highly recommended!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=1", imageAlt: "Swalehe Msungi"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Swalehe Msungi"
|
||||
}
|
||||
]}
|
||||
buttons={[
|
||||
@@ -122,8 +122,8 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
buttonAnimation="slide-up"
|
||||
className="w-full"
|
||||
titleClassName="text-3xl md:text-4xl font-bold text-center mb-4"
|
||||
descriptionClassName="text-lg text-center text-foreground/70 mb-12"
|
||||
cardTitleClassName="text-3xl md:text-4xl font-bold text-center mb-4"
|
||||
cardDescriptionClassName="text-lg text-center text-foreground/70 mb-12"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -152,8 +152,8 @@ export default function LandingPage() {
|
||||
{ text: "View Full Menu", href: "#contact-cta" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
titleClassName="text-3xl md:text-4xl font-bold text-center mb-4"
|
||||
descriptionClassName="text-lg text-center text-foreground/70 mb-12"
|
||||
textBoxTitleClassName="text-3xl md:text-4xl font-bold text-center mb-4"
|
||||
textBoxDescriptionClassName="text-lg text-center text-foreground/70 mb-12"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -180,8 +180,8 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
titleClassName="text-3xl md:text-4xl font-bold text-center mb-4"
|
||||
descriptionClassName="text-lg text-center text-foreground/70 mb-12"
|
||||
textBoxTitleClassName="text-3xl md:text-4xl font-bold text-center mb-4"
|
||||
textBoxDescriptionClassName="text-lg text-center text-foreground/70 mb-12"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -190,7 +190,7 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Swalehe Msungi", role: "Regular Customer", company: "Local Community", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=2", imageAlt: "Swalehe Msungi"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Swalehe Msungi"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Grace Miraji", role: "University Student", company: "Makumira Area", rating: 5,
|
||||
@@ -217,8 +217,8 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
titleClassName="text-3xl md:text-4xl font-bold text-center mb-4"
|
||||
descriptionClassName="text-lg text-center text-foreground/70 mb-12"
|
||||
textBoxTitleClassName="text-3xl md:text-4xl font-bold text-center mb-4"
|
||||
textBoxDescriptionClassName="text-lg text-center text-foreground/70 mb-12"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -263,6 +263,7 @@ export default function LandingPage() {
|
||||
required: true
|
||||
}}
|
||||
buttonText="Submit Order"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
titleClassName="text-3xl md:text-4xl font-bold mb-4"
|
||||
descriptionClassName="text-lg text-foreground/70 mb-8"
|
||||
|
||||
Reference in New Issue
Block a user