Merge version_2 into main #3
@@ -8,7 +8,6 @@ import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'
|
||||
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
||||
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
||||
|
||||
export default function LandingPage() {
|
||||
@@ -58,6 +57,7 @@ export default function LandingPage() {
|
||||
description={[
|
||||
"FoodieHub combines local flavor with cutting-edge delivery technology.", "Real-time tracking, quality-assured restaurants, and 24/7 dedicated support.", "Join over 1 million happy foodies enjoying seamless dining experiences."
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -74,6 +74,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
title="Popular Dishes"
|
||||
description="Discover local crowd favorites ready for immediate delivery."
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -89,6 +90,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
title="Platform Excellence"
|
||||
description="Built for reliability and taste."
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -96,6 +98,7 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
text="Download the FoodieHub app and get your first delivery free!"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user