Compare commits
8 Commits
version_2
...
cc8958d5b2
| Author | SHA1 | Date | |
|---|---|---|---|
| cc8958d5b2 | |||
| d4bfb29632 | |||
| 19ff29f62d | |||
| f36fdbd008 | |||
| 81d3db74d5 | |||
| a3ed21cc19 | |||
| d6ff06ec26 | |||
| 1cec78d77b |
@@ -4,13 +4,13 @@
|
|||||||
/* Base units */
|
/* Base units */
|
||||||
/* --vw is set by ThemeProvider */
|
/* --vw is set by ThemeProvider */
|
||||||
|
|
||||||
--background: #ffffff;;
|
--background: #ffffff;
|
||||||
--card: #fcfcfc;;
|
--card: #fcfcfc;
|
||||||
--foreground: #120a00e6;;
|
--foreground: #120006e6;
|
||||||
--primary-cta: #ff8c42;;
|
--primary-cta: #ff0000;
|
||||||
--secondary-cta: #ffffff;;
|
--secondary-cta: #ffffff;
|
||||||
--accent: #e2e2e2;;
|
--accent: #e2e2e2;
|
||||||
--background-accent: #c4c4c4;;
|
--background-accent: #c4c4c4;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
@@ -495,7 +495,7 @@ html {
|
|||||||
body {
|
body {
|
||||||
background-color: var(--background);
|
background-color: var(--background);
|
||||||
color: var(--foreground);
|
color: var(--foreground);
|
||||||
font-family: var(--font-dm-sans), sans-serif;
|
font-family: var(--font-inter-tight), sans-serif;
|
||||||
position: relative;
|
position: relative;
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
overscroll-behavior: none;
|
overscroll-behavior: none;
|
||||||
@@ -508,5 +508,5 @@ h3,
|
|||||||
h4,
|
h4,
|
||||||
h5,
|
h5,
|
||||||
h6 {
|
h6 {
|
||||||
font-family: var(--font-dm-sans), sans-serif;
|
font-family: var(--font-inter-tight), sans-serif;
|
||||||
}
|
}
|
||||||
@@ -1272,4 +1272,4 @@ export default function RootLayout({
|
|||||||
</ServiceWrapper>
|
</ServiceWrapper>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
106
src/app/page.tsx
106
src/app/page.tsx
@@ -27,14 +27,14 @@ export default function LandingPage() {
|
|||||||
>
|
>
|
||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarLayoutFloatingOverlay
|
<NavbarLayoutFloatingOverlay
|
||||||
navItems={[
|
links={[
|
||||||
{ name: "Home", id: "home" },
|
{ label: "Home", href: "home" },
|
||||||
{ name: "About", id: "about" },
|
{ label: "About", href: "about" },
|
||||||
{ name: "Menu", id: "menu" },
|
{ label: "Menu", href: "menu" },
|
||||||
{ name: "Contact", id: "contact" }
|
{ label: "Contact", href: "contact" }
|
||||||
]}
|
]}
|
||||||
brandName="My Day"
|
logoText="My Day"
|
||||||
button={{
|
primaryButton={{
|
||||||
text: "Book a Table",
|
text: "Book a Table",
|
||||||
href: "contact"
|
href: "contact"
|
||||||
}}
|
}}
|
||||||
@@ -47,7 +47,6 @@ export default function LandingPage() {
|
|||||||
description="Discover our artisan coffee and cozy atmosphere. A perfect place to start your day or unwind with friends."
|
description="Discover our artisan coffee and cozy atmosphere. A perfect place to start your day or unwind with friends."
|
||||||
tag="Premium Coffee Experience"
|
tag="Premium Coffee Experience"
|
||||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766565656661-lj0131tv.jpg"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766565656661-lj0131tv.jpg"
|
||||||
imageAlt="Freshly brewed coffee cup"
|
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "View Menu", href: "menu" },
|
{ text: "View Menu", href: "menu" },
|
||||||
{ text: "Book a Table", href: "contact" }
|
{ text: "Book a Table", href: "contact" }
|
||||||
@@ -60,12 +59,9 @@ export default function LandingPage() {
|
|||||||
tag="Our Story"
|
tag="Our Story"
|
||||||
tagIcon={Coffee}
|
tagIcon={Coffee}
|
||||||
title="Crafted with passion, served with love. My Day coffeeshop is where quality meets comfort."
|
title="Crafted with passion, served with love. My Day coffeeshop is where quality meets comfort."
|
||||||
description="Founded in 2018"
|
description="Founded in 2018. Locally roasted, ethically sourced, artisan quality."
|
||||||
subdescription="Locally roasted, ethically sourced, artisan quality"
|
|
||||||
icon={Heart}
|
icon={Heart}
|
||||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766565655535-yn1ij35l.jpg"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766565655535-yn1ij35l.jpg"
|
||||||
imageAlt="My Day coffeeshop interior"
|
|
||||||
useInvertedBackground="noInvert"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -79,50 +75,40 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
id: "1",
|
id: "1",
|
||||||
name: "Signature Espresso",
|
name: "Signature Espresso",
|
||||||
price: "4.50",
|
price: "$4.50",
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766565657535-2effi2o4.jpg",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766565657535-2effi2o4.jpg"
|
||||||
imageAlt: "Signature espresso"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2",
|
||||||
name: "Cappuccino Classico",
|
name: "Cappuccino Classico",
|
||||||
price: "5.50",
|
price: "$5.50",
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766565658398-rzdk67xj.jpg",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766565658398-rzdk67xj.jpg"
|
||||||
imageAlt: "Cappuccino with latte art"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3",
|
||||||
name: "Cold Brew Blend",
|
name: "Cold Brew Blend",
|
||||||
price: "5.00",
|
price: "$5.00",
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766565659198-9eavtm8q.jpg",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766565659198-9eavtm8q.jpg"
|
||||||
imageAlt: "Refreshing cold brew"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4",
|
||||||
name: "Butter Croissant",
|
name: "Butter Croissant",
|
||||||
price: "4.00",
|
price: "$4.00",
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766414397437-vf61oti3.jpg",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766414397437-vf61oti3.jpg"
|
||||||
imageAlt: "Fresh butter croissant"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "5",
|
id: "5",
|
||||||
name: "Chocolate Cake",
|
name: "Chocolate Cake",
|
||||||
price: "5.50",
|
price: "$5.50",
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766565660426-dqa90soa.jpg",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766565660426-dqa90soa.jpg"
|
||||||
imageAlt: "Rich chocolate cake"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "6",
|
id: "6",
|
||||||
name: "Blueberry Muffin",
|
name: "Blueberry Muffin",
|
||||||
price: "4.50",
|
price: "$4.50",
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766565661338-uk9bdz3q.jpg",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766565661338-uk9bdz3q.jpg"
|
||||||
imageAlt: "Fresh blueberry muffin"
|
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
gridVariant="uniform-all-items-equal"
|
|
||||||
textboxLayout="default"
|
|
||||||
animationType="slide-up"
|
|
||||||
useInvertedBackground="noInvert"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -132,56 +118,47 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
id: "1",
|
id: "1",
|
||||||
name: "Sarah Mitchell",
|
name: "Sarah Mitchell",
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766565662495-bt8vf9hb.jpg",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766565662495-bt8vf9hb.jpg"
|
||||||
imageAlt: "Sarah Mitchell"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2",
|
||||||
name: "James Rodriguez",
|
name: "James Rodriguez",
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766565663497-7g5mp6d4.jpg",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766565663497-7g5mp6d4.jpg"
|
||||||
imageAlt: "James Rodriguez"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3",
|
||||||
name: "Emily Chen",
|
name: "Emily Chen",
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766565664521-6sq4zooh.jpg",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766565664521-6sq4zooh.jpg"
|
||||||
imageAlt: "Emily Chen"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4",
|
||||||
name: "Michael Thompson",
|
name: "Michael Thompson",
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766565665445-zz3yp1m7.jpg",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766565665445-zz3yp1m7.jpg"
|
||||||
imageAlt: "Michael Thompson"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "5",
|
id: "5",
|
||||||
name: "Jessica Adams",
|
name: "Jessica Adams",
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766508651819-t3cnqjfz.jpg",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766508651819-t3cnqjfz.jpg"
|
||||||
imageAlt: "Jessica Adams"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "6",
|
id: "6",
|
||||||
name: "David Wilson",
|
name: "David Wilson",
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766565666312-zqg4oclx.jpg",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766565666312-zqg4oclx.jpg"
|
||||||
imageAlt: "David Wilson"
|
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
cardTitle="Over 5,000 happy customers enjoy our coffee and atmosphere every month"
|
title="Over 5,000 happy customers enjoy our coffee and atmosphere every month"
|
||||||
cardTag="Customer Loved"
|
tag="Customer Loved"
|
||||||
cardTagIcon={Star}
|
tagIcon={Star}
|
||||||
useInvertedBackground="noInvert"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactText
|
<ContactText
|
||||||
text="Ready to join us for your perfect coffee moment? Get in touch to book a table or learn more about our offerings."
|
text="Ready to join us for your perfect coffee moment? Get in touch to book a table or learn more about our offerings."
|
||||||
animationType="entrance-slide"
|
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Send us a Message", href: "mailto:hello@mydag.coffee" },
|
{ text: "Send us a Message", href: "mailto:hello@mydag.coffee" },
|
||||||
{ text: "Call Us", href: "tel:+1-555-123-4567" }
|
{ text: "Call Us", href: "tel:+1-555-123-4567" }
|
||||||
]}
|
]}
|
||||||
useInvertedBackground="noInvert"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -195,48 +172,37 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
id: "1",
|
id: "1",
|
||||||
brand: "My Day Roastery",
|
brand: "My Day Roastery",
|
||||||
name: "Single Accent Chair",
|
name: "Premium Coffee Blend",
|
||||||
price: "$650.00",
|
price: "$25.00",
|
||||||
rating: 5,
|
rating: 5,
|
||||||
reviewCount: "2.3k",
|
reviewCount: "2.3k",
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766565657535-2effi2o4.jpg",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766565657535-2effi2o4.jpg"
|
||||||
imageAlt: "Premium coffee blend"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2",
|
||||||
brand: "My Day Roastery",
|
|
||||||
name: "Cold Brew Collection",
|
name: "Cold Brew Collection",
|
||||||
price: "$45.00",
|
price: "$45.00",
|
||||||
rating: 4,
|
rating: 4,
|
||||||
reviewCount: "1.8k",
|
reviewCount: "1.8k",
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766565659198-9eavtm8q.jpg",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766565659198-9eavtm8q.jpg"
|
||||||
imageAlt: "Cold brew collection"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3",
|
||||||
brand: "My Day Roastery",
|
|
||||||
name: "Espresso Gift Set",
|
name: "Espresso Gift Set",
|
||||||
price: "$89.99",
|
price: "$89.99",
|
||||||
rating: 5,
|
rating: 5,
|
||||||
reviewCount: "945",
|
reviewCount: "945",
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766565657535-2effi2o4.jpg",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766565657535-2effi2o4.jpg"
|
||||||
imageAlt: "Espresso gift set"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4",
|
||||||
brand: "My Day Roastery",
|
|
||||||
name: "Artisan Coffee Sampler",
|
name: "Artisan Coffee Sampler",
|
||||||
price: "$65.00",
|
price: "$65.00",
|
||||||
rating: 4,
|
rating: 4,
|
||||||
reviewCount: "1.2k",
|
reviewCount: "1.2k",
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766565658398-rzdk67xj.jpg",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766565658398-rzdk67xj.jpg"
|
||||||
imageAlt: "Coffee sampler pack"
|
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
gridVariant="uniform-all-items-equal"
|
|
||||||
textboxLayout="default"
|
|
||||||
animationType="slide-up"
|
|
||||||
useInvertedBackground="noInvert"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -270,4 +236,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user