Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -7,12 +7,10 @@ import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
|||||||
import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen';
|
import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen';
|
||||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||||
import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial';
|
import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial';
|
||||||
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
|
||||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
||||||
import { CheckCircle, Leaf, Users } from "lucide-react";
|
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -45,6 +43,7 @@ export default function LandingPage() {
|
|||||||
<HeroOverlayTestimonial
|
<HeroOverlayTestimonial
|
||||||
title="Perfection in Every Corner"
|
title="Perfection in Every Corner"
|
||||||
description="Experience the art of fine dining and artisanal coffee in the heart of Buraydah. Designed for the senses, crafted for the soul."
|
description="Experience the art of fine dining and artisanal coffee in the heart of Buraydah. Designed for the senses, crafted for the soul."
|
||||||
|
testimonials={[]}
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Reserve a Table" },
|
{ text: "Reserve a Table" },
|
||||||
{ text: "Explore the Menu" }
|
{ text: "Explore the Menu" }
|
||||||
@@ -56,8 +55,6 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="about" data-section="about">
|
<div id="about" data-section="about">
|
||||||
<SplitAbout
|
<SplitAbout
|
||||||
textboxLayout="split"
|
|
||||||
useInvertedBackground={false}
|
|
||||||
title="Natural Beauty, Science-Backed"
|
title="Natural Beauty, Science-Backed"
|
||||||
description="We believe in the power of plants to heal and protect. Our formulas are meticulously crafted to provide clinical results while maintaining the purity of raw, natural ingredients."
|
description="We believe in the power of plants to heal and protect. Our formulas are meticulously crafted to provide clinical results while maintaining the purity of raw, natural ingredients."
|
||||||
bulletPoints={[
|
bulletPoints={[
|
||||||
@@ -66,6 +63,8 @@ export default function LandingPage() {
|
|||||||
{ title: "Ethically Sourced", description: "Respecting the planet and those who cultivate our ingredients." },
|
{ title: "Ethically Sourced", description: "Respecting the planet and those who cultivate our ingredients." },
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/water-wave-texture-background-white-design_53876-145213.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/water-wave-texture-background-white-design_53876-145213.jpg"
|
||||||
|
textboxLayout="split"
|
||||||
|
useInvertedBackground={false}
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user