Compare commits

..

13 Commits

Author SHA1 Message Date
c3f956899f Merge version_33 into main
Merge version_33 into main
2025-12-24 08:48:31 +00:00
1522e62068 Merge version_30 into main
Merge version_30 into main
2025-12-22 17:14:38 +00:00
9af55fa172 Merge version_29 into main
Merge version_29 into main
2025-12-22 16:54:33 +00:00
60ae5cc81b Merge version_28 into main
Merge version_28 into main
2025-12-22 16:54:06 +00:00
2758bc8397 Merge version_27 into main
Merge version_27 into main
2025-12-22 16:35:39 +00:00
934c23a70b Merge version_25 into main
Merge version_25 into main
2025-12-22 16:11:17 +00:00
8e3ee07213 Merge version_24 into main
Merge version_24 into main
2025-12-22 16:09:45 +00:00
1a2439dfa6 Merge version_23 into main
Merge version_23 into main
2025-12-22 16:09:23 +00:00
a6163cccd8 Merge version_22 into main
Merge version_22 into main
2025-12-22 16:08:53 +00:00
ecebde7ebe Merge version_8 into main
Merge version_8 into main
2025-12-22 15:21:21 +00:00
b21bc2f28a Merge version_7 into main
Merge version_7 into main
2025-12-22 15:17:07 +00:00
4a6599f13f Merge version_5 into main
Merge version_5 into main
2025-12-22 14:57:15 +00:00
060d6e8de2 Merge version_2 into main
Merge version_2 into main
2025-12-22 14:46:15 +00:00

View File

@@ -19,7 +19,7 @@ export default function LandingPage() {
defaultTextAnimation="background-highlight"
borderRadius="soft"
contentWidth="medium"
sizing="medium"
sizing="mediumSizeExtraSmallSpacing"
background="noiseDiagonalGradient"
cardStyle="elevated"
primaryButtonStyle="outline"
@@ -31,7 +31,7 @@ export default function LandingPage() {
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766414385423-tpqhsun3.jpg"
logoAlt="Breakfast Coffee Shop Logo"
brandName="Breakfast Coffee"
button={{ "text":"Order Now", "href":"#contact" }}
button={{ "text":"Order Now NIe", "href":"www.google.com/lala" }}
className="py-4 px-6"
buttonClassName="px-6 py-2"
/>
@@ -44,7 +44,7 @@ export default function LandingPage() {
tag="Premium Coffee Culture"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766414392169-w4l2sncs.jpg"
imageAlt="Beautiful breakfast coffee with latte art"
buttons={[{"text":"Order Now","href":"#contact"}, {"text":"Our Story","href":"#about"}]}
buttons={[{"text":"HELO OK","href":"www.linkedin.com/one-two-three"}, {"text":"HELO OK","href":"www.linkedin.com/one-two-three"}]}
className="py-20"
titleClassName="text-5xl font-bold"
descriptionClassName="text-lg leading-relaxed"
@@ -243,18 +243,18 @@ export default function LandingPage() {
{
id: "1",
brand: "Breakfast Coffee",
name: "Morning Espresso Blend",
price: "$24.99",
rating: 5,
name: "Single Accent Chair",
price: "$650.00",
rating: 4,
reviewCount: "23.9k",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766414393098-5j3dbjps.jpg",
imageAlt: "Morning Espresso Blend"
imageAlt: "Single Accent Chair"
},
{
id: "2",
brand: "Breakfast Coffee",
name: "Cappuccino Blend",
price: "$22.50",
price: "$45.00",
rating: 5,
reviewCount: "18.5k",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766414394206-b14wm62n.jpg",
@@ -263,12 +263,12 @@ export default function LandingPage() {
{
id: "3",
brand: "Breakfast Coffee",
name: "Pastry Selection Box",
name: "Pastry Selection",
price: "$32.50",
rating: 5,
reviewCount: "12.3k",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766414397437-vf61oti3.jpg",
imageAlt: "Pastry Selection Box"
imageAlt: "Pastry Selection"
}
]}
gridVariant="uniform-all-items-equal"