Update src/app/page.tsx

This commit is contained in:
2026-06-11 14:00:34 +00:00
parent 03c9f38944
commit 8a29c44954

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">
@@ -59,7 +59,7 @@ export default function LandingPage() {
{
text: "Visit Us Today", href: "#contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/cafe-restaurant-building-exterior_23-2149534914.jpg"
imageSrc="http://img.b2bpic.net/free-photo/front-view-young-barista-working-cafe_23-2148695079.jpg"
imageAlt="Exterior view of Storia Coffee Space building"
avatars={[
{
@@ -96,7 +96,7 @@ 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"},
]}