Merge version_2 into main #2
@@ -7,12 +7,10 @@ import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
||||
import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen';
|
||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial';
|
||||
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
||||
import { CheckCircle, Leaf, Users } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -45,6 +43,7 @@ export default function LandingPage() {
|
||||
<HeroOverlayTestimonial
|
||||
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."
|
||||
testimonials={[]}
|
||||
buttons={[
|
||||
{ text: "Reserve a Table" },
|
||||
{ text: "Explore the Menu" }
|
||||
@@ -56,8 +55,6 @@ export default function LandingPage() {
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<SplitAbout
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
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."
|
||||
bulletPoints={[
|
||||
@@ -66,6 +63,8 @@ export default function LandingPage() {
|
||||
{ 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"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user