6 Commits

Author SHA1 Message Date
515c6c6c70 Update src/app/page.tsx 2026-04-15 15:25:50 +00:00
6a7484b8c5 Merge version_3 into main
Merge version_3 into main
2026-04-15 15:24:37 +00:00
abeca1379e Update src/app/page.tsx 2026-04-15 15:24:34 +00:00
0a12a11efb Merge version_2 into main
Merge version_2 into main
2026-04-15 15:23:25 +00:00
99368039ca Update src/app/page.tsx 2026-04-15 15:23:22 +00:00
e2fc7f35f0 Merge version_1 into main
Merge version_1 into main
2026-04-15 15:18:30 +00:00

View File

@@ -64,7 +64,7 @@ export default function LandingPage() {
enableKpiAnimation={true} enableKpiAnimation={true}
buttons={[ buttons={[
{ {
text: "Shop Now", href: "#products"}, text: "Start Ordering", href: "#products"},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/batch-cooking-arrangement-with-blank-phone_23-2148765610.jpg" imageSrc="http://img.b2bpic.net/free-photo/batch-cooking-arrangement-with-blank-phone_23-2148765610.jpg"
mediaAnimation="slide-up" mediaAnimation="slide-up"
@@ -155,6 +155,9 @@ export default function LandingPage() {
]} ]}
title="Explore Top Picks" title="Explore Top Picks"
description="Browse today's best offerings from our local partners." description="Browse today's best offerings from our local partners."
buttons={[
{ text: "View All Products", href: "/products" }
]}
/> />
</div> </div>
@@ -213,7 +216,10 @@ export default function LandingPage() {
id: "f3", title: "How can I become a seller?", content: "Simply navigate to the 'Partner With Us' section and fill out our merchant application form."}, id: "f3", title: "How can I become a seller?", content: "Simply navigate to the 'Partner With Us' section and fill out our merchant application form."},
]} ]}
title="Common Questions" title="Common Questions"
description="We're here to answer all your inquiries about FoodHub." description="We're here to answer all your inquiries about FoodHub. Still have questions? Feel free to contact our support team anytime."
buttons={[
{ text: "Contact Support", href: "#contact" }
]}
faqsAnimation="slide-up" faqsAnimation="slide-up"
/> />
</div> </div>
@@ -272,4 +278,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }