Merge version_1 into main #7

Merged
bender merged 2 commits from version_1 into main 2026-04-06 17:02:28 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -11,8 +11,8 @@ import { Playfair_Display, Inter } from "next/font/google";
export const metadata: Metadata = {
title: 'Cafe Mollie | Your Sanctuary Between Chapters',
description: 'Experience Cafe Mollie—where coffee understands you and space holds you. Join us for a quiet moment.',
title: 'Webild | Digital Innovation',
description: 'Experience the future of digital innovation with Webild.',
openGraph: {
"title": "Cafe Mollie | Your Sanctuary",
"description": "A place for those starting fresh, catching up, or quietly putting themselves back together.",

View File

@@ -23,7 +23,7 @@ export default function Page() {
<MetricSplitMediaAbout title="Our Journey" description="We are committed to delivering excellence through cutting-edge solutions." metrics={[{ value: "10+", title: "Years Experience" }, { value: "500+", title: "Projects Completed" }]} useInvertedBackground={false} mediaAnimation="slide-up" metricsAnimation="slide-up" />
</div>
<div id="features" data-section="features">
<FeatureCardSeven title="Key Features" description="Powerful tools to accelerate your growth." animationType="slide-up" textboxLayout="default" useInvertedBackground={false} features={[{ title: "Scalable Infrastructure", description: "Built to handle high traffic and growth effortlessly." }, { title: "Secure Data", description: "Enterprise-grade security for your peace of mind." }]} />
<FeatureCardSeven title="Key Features" description="Powerful tools to accelerate your growth." animationType="slide-up" textboxLayout="default" useInvertedBackground={false} features={[{ title: "Scalable Infrastructure", description: "Built to handle high traffic and growth effortlessly."}, { title: "Secure Data", description: "Enterprise-grade security for your peace of mind." }]} />
</div>
<div id="menu" data-section="menu">
<ProductCardFour title="Our Products" description="Explore our latest offerings." gridVariant="bento-grid" animationType="slide-up" textboxLayout="default" useInvertedBackground={false} products={[{ id: "1", name: "Basic Plan", price: "$19", variant: "Standard", imageSrc: "/placeholder.png" }, { id: "2", name: "Pro Plan", price: "$49", variant: "Advanced", imageSrc: "/placeholder.png" }, { id: "3", name: "Enterprise", price: "$99", variant: "Custom", imageSrc: "/placeholder.png" }]} />