Update src/app/page.tsx
This commit is contained in:
@@ -26,7 +26,7 @@ export default function LandingPage() {
|
|||||||
>
|
>
|
||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarLayoutFloatingInline
|
<NavbarLayoutFloatingInline
|
||||||
brandName="2"
|
brandName="1"
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Home", id: "hero" },
|
{ name: "Home", id: "hero" },
|
||||||
{ name: "About", id: "about" },
|
{ name: "About", id: "about" },
|
||||||
@@ -43,7 +43,7 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroLogoBillboard
|
<HeroLogoBillboard
|
||||||
logoText="2"
|
logoText="1"
|
||||||
description="Discover the perfect cup. Crafted with passion, served with care. Premium specialty coffee for coffee lovers."
|
description="Discover the perfect cup. Crafted with passion, served with care. Premium specialty coffee for coffee lovers."
|
||||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766749013962-htnou8d4.jpg"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766749013962-htnou8d4.jpg"
|
||||||
imageAlt="Freshly brewed espresso with latte art"
|
imageAlt="Freshly brewed espresso with latte art"
|
||||||
@@ -60,7 +60,7 @@ export default function LandingPage() {
|
|||||||
tagIcon={Coffee}
|
tagIcon={Coffee}
|
||||||
title="Brewing Excellence Since Day One"
|
title="Brewing Excellence Since Day One"
|
||||||
description="Founded in 2015 by coffee enthusiasts who believed great coffee brings people together"
|
description="Founded in 2015 by coffee enthusiasts who believed great coffee brings people together"
|
||||||
subdescription="2 Coffee Roasters"
|
subdescription="1 Coffee Roasters"
|
||||||
icon={Sparkles}
|
icon={Sparkles}
|
||||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766749014990-ucar89w4.jpg"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766749014990-ucar89w4.jpg"
|
||||||
imageAlt="Premium coffee beans selection"
|
imageAlt="Premium coffee beans selection"
|
||||||
@@ -73,7 +73,7 @@ export default function LandingPage() {
|
|||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1",
|
||||||
brand: "2",
|
brand: "1",
|
||||||
name: "Single Origin Ethiopia",
|
name: "Single Origin Ethiopia",
|
||||||
price: "$18.00",
|
price: "$18.00",
|
||||||
rating: 5,
|
rating: 5,
|
||||||
@@ -83,7 +83,7 @@ export default function LandingPage() {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2",
|
||||||
brand: "2",
|
brand: "1",
|
||||||
name: "House Blend Espresso",
|
name: "House Blend Espresso",
|
||||||
price: "$16.00",
|
price: "$16.00",
|
||||||
rating: 5,
|
rating: 5,
|
||||||
@@ -93,7 +93,7 @@ export default function LandingPage() {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3",
|
||||||
brand: "2",
|
brand: "1",
|
||||||
name: "Seasonal Cold Brew",
|
name: "Seasonal Cold Brew",
|
||||||
price: "$15.00",
|
price: "$15.00",
|
||||||
rating: 4,
|
rating: 4,
|
||||||
@@ -144,7 +144,7 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterSplit
|
<FooterSplit
|
||||||
logoText="2"
|
logoText="1"
|
||||||
title="Quality Coffee, Sustainable Sourcing, Community Connection"
|
title="Quality Coffee, Sustainable Sourcing, Community Connection"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
@@ -165,11 +165,11 @@ export default function LandingPage() {
|
|||||||
]}
|
]}
|
||||||
contactItems={[
|
contactItems={[
|
||||||
{ icon: Phone, text: "(555) 123-4567" },
|
{ icon: Phone, text: "(555) 123-4567" },
|
||||||
{ icon: Mail, text: "hello@2.com" },
|
{ icon: Mail, text: "hello@1.com" },
|
||||||
{ icon: MapPin, text: "123 Coffee Lane, Brew City, BC 12345" }
|
{ icon: MapPin, text: "123 Coffee Lane, Brew City, BC 12345" }
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user