Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 878261db48 | |||
| 9de076b850 |
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||||
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
|
import HeroSplit from '@/components/sections/hero/HeroSplit';
|
||||||
import MediaAbout from '@/components/sections/about/MediaAbout';
|
import MediaAbout from '@/components/sections/about/MediaAbout';
|
||||||
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||||
import FeatureCardOne from '@/components/sections/feature/FeatureCardOne';
|
import FeatureCardOne from '@/components/sections/feature/FeatureCardOne';
|
||||||
@@ -42,7 +42,7 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroBillboard
|
<HeroSplit
|
||||||
title="Holy Chick! Mother Cruster!"
|
title="Holy Chick! Mother Cruster!"
|
||||||
description="Detroit-Style Pizza & Nashville Hot Chicken. Bold flavors, flawless execution, and a whole lotta family energy in Franklin, NJ."
|
description="Detroit-Style Pizza & Nashville Hot Chicken. Bold flavors, flawless execution, and a whole lotta family energy in Franklin, NJ."
|
||||||
background={{ variant: "radial-gradient" }}
|
background={{ variant: "radial-gradient" }}
|
||||||
@@ -53,7 +53,7 @@ export default function LandingPage() {
|
|||||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EMlwlII1VSlpZmU60rB387yfBH/uploaded-1779999689682-amfupnkn.jpg"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EMlwlII1VSlpZmU60rB387yfBH/uploaded-1779999689682-amfupnkn.jpg"
|
||||||
imageAlt="Delicious Detroit-style pizza hot chicken"
|
imageAlt="Delicious Detroit-style pizza hot chicken"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
imageClassName="object-cover"
|
fixedMediaHeight={false}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div id="about" data-section="about">
|
<div id="about" data-section="about">
|
||||||
@@ -120,7 +120,6 @@ export default function LandingPage() {
|
|||||||
<TestimonialCardFifteen
|
<TestimonialCardFifteen
|
||||||
testimonial="“Remarkable experience overall! The food was exceptional, the chicken seasoned to perfection, fries just right, and incredibly quick service. The interior is unique, seating comfortable, and tables spotless. Plus, great entertainment options and reasonable prices. We will certainly be returning!”"
|
testimonial="“Remarkable experience overall! The food was exceptional, the chicken seasoned to perfection, fries just right, and incredibly quick service. The interior is unique, seating comfortable, and tables spotless. Plus, great entertainment options and reasonable prices. We will certainly be returning!”"
|
||||||
rating={5}
|
rating={5}
|
||||||
author="Satisfied Customers"
|
|
||||||
avatars={[
|
avatars={[
|
||||||
{ src: "http://img.b2bpic.net/free-photo/handsome-man-outdoors-portrait_158595-3540.jpg", alt: "Reviewer Sarah J." },
|
{ src: "http://img.b2bpic.net/free-photo/handsome-man-outdoors-portrait_158595-3540.jpg", alt: "Reviewer Sarah J." },
|
||||||
{ src: "http://img.b2bpic.net/free-photo/young-woman-with-curly-hair-sitting-cafe_273609-16376.jpg", alt: "Reviewer Michael C." },
|
{ src: "http://img.b2bpic.net/free-photo/young-woman-with-curly-hair-sitting-cafe_273609-16376.jpg", alt: "Reviewer Michael C." },
|
||||||
@@ -131,6 +130,7 @@ export default function LandingPage() {
|
|||||||
ratingAnimation="blur-reveal"
|
ratingAnimation="blur-reveal"
|
||||||
avatarsAnimation="slide-up"
|
avatarsAnimation="slide-up"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
|
author="Satisfied Customers"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div id="faq" data-section="faq">
|
<div id="faq" data-section="faq">
|
||||||
|
|||||||
Reference in New Issue
Block a user