9 Commits

Author SHA1 Message Date
717dda893e Update src/app/page.tsx 2026-06-11 14:11:52 +00:00
dd6d0e34ba Update src/app/styles/variables.css 2026-06-11 14:00:35 +00:00
cb70855c65 Update src/app/styles/base.css 2026-06-11 14:00:35 +00:00
8a29c44954 Update src/app/page.tsx 2026-06-11 14:00:34 +00:00
03c9f38944 Merge version_2 into main
Merge version_2 into main
2026-06-11 13:54:21 +00:00
9bbba0a941 Update src/app/page.tsx 2026-06-11 13:54:18 +00:00
4dd7e9feef Merge version_2 into main
Merge version_2 into main
2026-06-11 13:53:43 +00:00
feb6653010 Update src/app/page.tsx 2026-06-11 13:53:37 +00:00
3b43ffd882 Merge version_1 into main
Merge version_1 into main
2026-06-11 13:51:10 +00:00
3 changed files with 22 additions and 22 deletions

View File

@@ -17,16 +17,16 @@ import { Facebook, Instagram } from "lucide-react";
export default function LandingPage() {
return (
<ThemeProvider
defaultButtonVariant="expand-hover"
defaultTextAnimation="background-highlight"
borderRadius="rounded"
defaultButtonVariant="directional-hover"
defaultTextAnimation="reveal-blur"
borderRadius="soft"
contentWidth="smallMedium"
sizing="mediumSizeLargeTitles"
background="circleGradient"
cardStyle="gradient-radial"
primaryButtonStyle="shadow"
secondaryButtonStyle="glass"
headingFontWeight="semibold"
cardStyle="soft-shadow"
primaryButtonStyle="flat"
secondaryButtonStyle="solid"
headingFontWeight="medium"
>
<ReactLenis root>
<div id="nav" data-section="nav">
@@ -51,7 +51,7 @@ export default function LandingPage() {
<div id="home" data-section="home">
<HeroOverlay
title="Experience the Perfect Brew at Storia Coffee Space"
title="Experience the Perfect at Storia Coffee Space"
description="A haven for coffee lovers, where every cup tells a story and every visit creates a memory. Find your moment of peace in our cozy ambiance."
buttons={[
{
@@ -59,8 +59,8 @@ export default function LandingPage() {
{
text: "Visit Us Today", href: "#contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/close-up-hand-pouring-milk-delicious-coffee-cup_23-2148865585.jpg"
imageAlt="Cozy coffee shop interior with customers and barista"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EzcXTTqub4QoK0ZpUPOZUpBrVz/uploaded-1781187014273-b325v0ml.jpg"
imageAlt="Exterior view of Storia Coffee Space building"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/smiling-asian-barista-girl-making-coffee-pouring-steamed-milk-into-cappuccino-doing-latte-art-cup_1258-203387.jpg", alt: "Happy customer enjoying coffee"},
@@ -96,9 +96,9 @@ export default function LandingPage() {
{
title: "Premium Coffee Beans", description: "We meticulously select and ethically source the highest quality coffee beans from around the world to ensure every brew is exceptional.", imageSrc: "http://img.b2bpic.net/free-photo/view-lots-coffee-beans_23-2149878129.jpg", imageAlt: "Premium roasted coffee beans"},
{
title: "Artisan Baked Goods", description: "Indulge in our selection of freshly baked pastries and delectable treats, made daily with the finest ingredients to complement your coffee.", imageSrc: "http://img.b2bpic.net/free-photo/glass-milky-creamy-cocktail-with-cinamon-powder-dry-fruits_114579-4257.jpg", imageAlt: "Assortment of artisan pastries"},
title: "Artisan Baked Goods", description: "Indulge in our selection of freshly baked pastries and delectable treats, made daily with the finest ingredients to complement your coffee.", imageSrc: "http://img.b2bpic.net/free-photo/fresh-chocolate-croissants-cup-coffee-breakfast_23-2149129596.jpg", imageAlt: "Assortment of artisan pastries"},
{
title: "Cozy Ambiance", description: "Our space is designed to be a sanctuary, offering a warm and comfortable environment perfect for working, relaxing, or connecting with friends.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-sitting-chair-talking-her-phone-while-having-cup-coffee_231208-13075.jpg", imageAlt: "Cozy cafe interior"},
title: "Cozy Ambiance", description: "Our space is designed to be a sanctuary, offering a warm and comfortable environment perfect for working, relaxing, or connecting with friends.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EzcXTTqub4QoK0ZpUPOZUpBrVz/uploaded-1781187059942-kt8byen0.jpg", imageAlt: "Cozy cafe interior"},
]}
title="Our Unique Offerings"
description="Discover what makes Storia Coffee Space your favorite daily ritual and a perfect spot for any occasion."
@@ -191,7 +191,7 @@ export default function LandingPage() {
{
id: "faq5", title: "Do you have outdoor seating?", content: "Yes, we have a charming outdoor seating area where you can enjoy your coffee and pastries, weather permitting. It's a perfect spot to soak up the sun!"},
{
id: "faq6", title: "Do you offer loyalty programs or gift cards?", content: "We do! Join our loyalty program to earn rewards with every purchase. Gift cards are also available and make a perfect present for the coffee lovers in your life."},
id: "faq6", title: "Do you offer loyalty programs or gift cards?", content: "We do! Join our loyalty program to earn rewards with every purchase. Gift cards are also available and make a perfect present for the coffee lovers in your life."}
]}
title="Your Questions, Answered"
description="Find quick answers to the most common questions about Storia Coffee Space, our offerings, and services."
@@ -226,7 +226,7 @@ export default function LandingPage() {
href: "#", ariaLabel: "Facebook"},
{
icon: Instagram,
href: "#", ariaLabel: "Instagram"},
href: "#", ariaLabel: "Instagram"}
]}
/>
</div>

View File

@@ -11,7 +11,7 @@ html {
body {
background-color: var(--background);
color: var(--foreground);
font-family: var(--font-dm-sans), sans-serif;
font-family: var(--font-inter), sans-serif;
position: relative;
min-height: 100vh;
overscroll-behavior: none;
@@ -24,5 +24,5 @@ h3,
h4,
h5,
h6 {
font-family: var(--font-dm-sans), sans-serif;
font-family: var(--font-libre-baskerville), serif;
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f7f6f7;
--card: #ffffff;
--foreground: #1b0c25;
--primary-cta: #1b0c25;
--background: #fcf6ec;
--card: #f3ede2;
--foreground: #2e2521;
--primary-cta: #2e2521;
--primary-cta-text: #f7f6f7;
--secondary-cta: #ffffff;
--secondary-cta-text: #1b0c25;
--accent: #ff93e4;
--background-accent: #e8a8c3;
--accent: #b2a28b;
--background-accent: #b2a28b;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);