2 Commits

Author SHA1 Message Date
9f11662626 Switch to version 4: modified src/app/page.tsx 2026-03-11 09:06:50 +00:00
21ac959769 Merge version_5 into main
Merge version_5 into main
2026-03-11 09:04:25 +00:00

View File

@@ -36,8 +36,8 @@ export default function LandingPage() {
navItems={[
{ name: "Menu", id: "menu" },
{ name: "About", id: "about" },
{ name: "Services", id: "services" },
{ name: "Contact", id: "cta" }
{ name: "Location", id: "location" },
{ name: "Contact", id: "contact" }
]}
button={{ text: "Order Now", href: "https://www.swiggy.com", onClick: handleOrderClick }}
animateOnLoad={true}
@@ -104,11 +104,8 @@ export default function LandingPage() {
description="Join thousands of satisfied burger lovers who have experienced The Epic Burger"
tag="Social Proof"
tagIcon={Star}
tagAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={false}
animationType="slide-up"
showRating={true}
testimonials={[
{
id: "1", name: "Rajesh Kumar", handle: "@rajesh_pune", testimonial: "Best burgers of my life. The patties are juicy and the ingredients taste premium. Absolutely worth every rupee!", rating: 5,
@@ -135,6 +132,8 @@ export default function LandingPage() {
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-posing-street_23-2148213468.jpg", imageAlt: "Anjali Gupta"
}
]}
showRating={true}
animationType="slide-up"
/>
</div>
@@ -181,7 +180,6 @@ export default function LandingPage() {
title="Food Gallery"
description="Visual journey through our premium burger collection and restaurant ambiance"
tag="Gallery"
tagIcon={Flame}
tagAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={false}
@@ -226,4 +224,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}