Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-05-27 18:57:57 +00:00

View File

@@ -8,7 +8,7 @@ import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwen
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel';
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import ProductCardFour from '@/components/sections/product/ProductCardFour';
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
import { Award, Leaf, LineChart } from "lucide-react";
@@ -29,7 +29,7 @@ export default function LandingPage() {
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
<NavbarStyleApple
navItems={[
{
name: "Home", id: "#home"},
@@ -44,11 +44,9 @@ export default function LandingPage() {
{
name: "Contact", id: "#contact"},
]}
brandName="Johnson's Restaurant"
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6ie870"
logoAlt="Johnson's Restaurant Logo"
brandName="Johnson's Restaurant"
bottomLeftText="A Culinary Legacy"
bottomRightText="reservations@johnsonsrestaurant.com"
/>
</div>
@@ -285,4 +283,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}