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