diff --git a/src/app/page.tsx b/src/app/page.tsx index c8a9dc8..8864465 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function LandingPage() { defaultTextAnimation="background-highlight" borderRadius="soft" contentWidth="medium" - sizing="mediumSizeExtraSmallSpacing" + sizing="medium" 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 NIe", "href":"www.google.com/lala" }} + button={{ "text":"Order Now", "href":"#contact" }} 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":"HELO OK","href":"www.linkedin.com/one-two-three"}, {"text":"HELO OK","href":"www.linkedin.com/one-two-three"}]} + buttons={[{"text":"Order Now","href":"#contact"}, {"text":"Our Story","href":"#about"}]} 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: "Single Accent Chair", - price: "$650.00", - rating: 4, + name: "Morning Espresso Blend", + price: "$24.99", + rating: 5, reviewCount: "23.9k", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766414393098-5j3dbjps.jpg", - imageAlt: "Single Accent Chair" + imageAlt: "Morning Espresso Blend" }, { id: "2", brand: "Breakfast Coffee", name: "Cappuccino Blend", - price: "$45.00", + price: "$22.50", 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", + name: "Pastry Selection Box", 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" + imageAlt: "Pastry Selection Box" } ]} gridVariant="uniform-all-items-equal"