Bob AI: replace nav section with [Block: navbar-style-appl...
This commit is contained in:
@@ -240,6 +240,18 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="navbar" data-section="navbar">
|
||||
<NavbarStyleApple
|
||||
brandName="iPhone Store"
|
||||
navItems={[
|
||||
{ name: "iPhone 13", id: "products-iphone-13", image: "https://images.unsplash.com/photo-1519681393784-d120267933ba?w=800&q=80" },
|
||||
{ name: "Face ID", id: "features-face-id" },
|
||||
{ name: "AppleCare+", id: "pricing-applecare" },
|
||||
{ name: "Customer Reviews", id: "testimonials-customers" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase1
|
||||
columns={[
|
||||
|
||||
Reference in New Issue
Block a user