Compare commits
12 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 878261db48 | |||
| 9de076b850 | |||
| 9cad9dfec3 | |||
| b4bf39f93a | |||
| fabeb0578f | |||
| 103a22e0f9 | |||
| 9bcaaf9698 | |||
| 2f4d0fc140 | |||
| 3e85dc46c3 | |||
| bb9d6e0c1b | |||
| 95e4d15ab2 | |||
| 1fec74e514 |
@@ -2,7 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
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 ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||
import FeatureCardOne from '@/components/sections/feature/FeatureCardOne';
|
||||
@@ -42,7 +42,7 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
<HeroSplit
|
||||
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."
|
||||
background={{ variant: "radial-gradient" }}
|
||||
@@ -53,6 +53,7 @@ export default function LandingPage() {
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EMlwlII1VSlpZmU60rB387yfBH/uploaded-1779999689682-amfupnkn.jpg"
|
||||
imageAlt="Delicious Detroit-style pizza hot chicken"
|
||||
mediaAnimation="slide-up"
|
||||
fixedMediaHeight={false}
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
@@ -119,7 +120,6 @@ export default function LandingPage() {
|
||||
<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!”"
|
||||
rating={5}
|
||||
author="Satisfied Customers"
|
||||
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/young-woman-with-curly-hair-sitting-cafe_273609-16376.jpg", alt: "Reviewer Michael C." },
|
||||
@@ -130,6 +130,7 @@ export default function LandingPage() {
|
||||
ratingAnimation="blur-reveal"
|
||||
avatarsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
author="Satisfied Customers"
|
||||
/>
|
||||
</div>
|
||||
<div id="faq" data-section="faq">
|
||||
|
||||
Reference in New Issue
Block a user