Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #14.
This commit is contained in:
@@ -8,7 +8,7 @@ import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
import { Shield, Facebook, Instagram, Twitter, Globe } from 'lucide-react';
|
||||
import { Shield, Facebook, Instagram, Twitter } from 'lucide-react';
|
||||
|
||||
export default function Page() {
|
||||
const navItems = [{ name: "Home", id: "/" }];
|
||||
@@ -27,7 +27,7 @@ export default function Page() {
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered navItems={navItems} brandName="Oyster Bay" />
|
||||
<NavbarStyleCentered navItems={navItems} />
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
@@ -48,7 +48,7 @@ export default function Page() {
|
||||
features={[{
|
||||
title: "Fresh Catch",
|
||||
description: "Sustainably sourced from the deep blue.",
|
||||
bentoComponent: "globe"
|
||||
bentoComponent: { bentoComponent: "reveal-icon", icon: Shield }
|
||||
}]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user