15 Commits

Author SHA1 Message Date
60a878bb41 Merge version_7 into main
Merge version_7 into main
2026-05-13 09:09:16 +00:00
ae63a9039b Update src/app/page.tsx 2026-05-13 09:09:12 +00:00
322b9ef1a0 Merge version_7 into main
Merge version_7 into main
2026-05-13 09:07:31 +00:00
2ae209e493 Update theme colors 2026-05-13 09:07:25 +00:00
d2c9086336 Merge version_6 into main
Merge version_6 into main
2026-05-13 09:07:12 +00:00
943902931b Update theme colors 2026-05-13 09:07:09 +00:00
6fab3d8d77 Merge version_5 into main
Merge version_5 into main
2026-05-13 09:07:00 +00:00
376c05e7ea Update theme colors 2026-05-13 09:06:54 +00:00
c56cfcf140 Merge version_4 into main
Merge version_4 into main
2026-05-13 09:06:35 +00:00
cf4e90d8a3 Update theme fonts 2026-05-13 09:06:32 +00:00
a7a8abd7f7 Update theme fonts 2026-05-13 09:06:31 +00:00
111efef79f Merge version_4 into main
Merge version_4 into main
2026-05-13 09:00:12 +00:00
49170171b6 Update src/app/page.tsx 2026-05-13 09:00:09 +00:00
e3c8eb1eeb Merge version_3 into main
Merge version_3 into main
2026-05-13 08:53:53 +00:00
b6cf1f1651 Merge version_3 into main
Merge version_3 into main
2026-05-13 08:53:16 +00:00
4 changed files with 24 additions and 16 deletions

View File

@@ -7,6 +7,7 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
import { getVisualEditScript } from "@/utils/visual-edit-script";
import { Nunito } from "next/font/google";
import { Figtree } from "next/font/google";
@@ -20,8 +21,9 @@ export const metadata: Metadata = {
},
};
const nunito = Nunito({
variable: "--font-nunito",
const figtree = Figtree({
variable: "--font-figtree",
subsets: ["latin"],
});
@@ -33,7 +35,7 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${nunito.variable} antialiased`}>
<body className={`${figtree.variable} antialiased`}>
<Tag />
{children}
<script

View File

@@ -11,7 +11,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
import { Clock, Leaf, Truck, Utensils } from "lucide-react";
import { Clock, Leaf, MessageCircle, Truck, Utensils } from "lucide-react";
export default function LandingPage() {
return (
@@ -39,6 +39,8 @@ export default function LandingPage() {
name: "About", id: "about"},
{
name: "Contact", id: "contact"},
{
name: "WhatsApp", id: "whatsapp"},
]}
brandName="Bolani"
/>
@@ -67,7 +69,7 @@ export default function LandingPage() {
name: "Sara Ahmadi", handle: "@saraa", testimonial: "Absolutely delicious, clean environment and very friendly staff.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-brunette-woman-drinks-morning-coffee-cafe_613910-12134.jpg"},
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Df8RaWzDeiR9ff7ESWLFZd3prv/uploaded-1778661990322-2a9zzdc2.png?_wi=1"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Df8RaWzDeiR9ff7ESWLFZd3prv/uploaded-1778663313050-21v0uncz.png"
mediaAnimation="slide-up"
avatars={[
{
@@ -95,6 +97,8 @@ export default function LandingPage() {
{
type: "text", text: "Best in Kabul"},
]}
buttons={[{
text: "Chat on WhatsApp", href: "https://wa.me/93700000000"}]}
/>
</div>
@@ -229,6 +233,8 @@ export default function LandingPage() {
label: "About", href: "#about"},
{
label: "Contact", href: "#contact"},
{
label: "WhatsApp", href: "https://wa.me/93700000000"},
],
},
{

View File

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

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f6f0e9;
--card: #efe7dd;
--foreground: #2b180a;
--primary-cta: #c85a1a;
--primary-cta-text: #ffffff;
--secondary-cta: #efe7dd;
--secondary-cta-text: #2b180a;
--accent: #b8860b;
--background-accent: #e1b875;
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #fffffae6;
--primary-cta: #fde047;
--primary-cta-text: #0a0a0a;
--secondary-cta: #1a1a1a;
--secondary-cta-text: #fffffae6;
--accent: #737373;
--background-accent: #737373;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);