Merge version_2 into main #2

Merged
bender merged 2 commits from version_2 into main 2026-03-05 19:08:40 +00:00
2 changed files with 12 additions and 17 deletions

View File

@@ -1,24 +1,19 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Poppins } from "next/font/google";
import { Inter } from "next/font/google";
import { Mulish } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const halant = Halant({
variable: "--font-halant", subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
const poppins = Poppins({
variable: "--font-poppins", subsets: ["latin"],
weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"],
});
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
});
const mulish = Mulish({
variable: "--font-mulish", subsets: ["latin"],
});
export const metadata: Metadata = {
title: "CapShot - India's Interactive Flavour Capsule Beverage", description: "Press the cap. Make the drink. India's first interactive beverage startup. Fresh flavour, instant mixing, youth energy. ₹30-₹40. Pre-order now.", keywords: "flavour capsule drink India, press cap beverage, interactive drink India, CapShot beverage, Gen Z drinks", robots: {
index: true,
@@ -44,7 +39,7 @@ export default function RootLayout({
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${halant.variable} ${inter.variable} ${mulish.variable} antialiased`}
className={`${poppins.variable} ${inter.variable} antialiased`}
>
<Tag />
{children}

View File

@@ -29,9 +29,9 @@ export default function LandingPage() {
navItems={[
{ name: "How It Works", id: "how-it-works" },
{ name: "Flavours", id: "flavours" },
{ name: "Why CapShot", id: "why-capshot" },
{ name: "About", id: "about" },
{ name: "Partners", id: "distributor" },
{ name: "Contact", id: "contact" },
]}
button={{ text: "Try CapShot", href: "#try-capshot" }}
brandName="CapShot"
@@ -124,7 +124,7 @@ export default function LandingPage() {
{
type: "text", content: "Gorakhpur. Designed for India. Built for the world."},
]}
buttons={[{ text: "Contact Us", href: "#contact" }]}
buttons={[{ text: "Contact Us", href: "#distributor" }]}
useInvertedBackground={true}
/>
</div>
@@ -149,13 +149,13 @@ export default function LandingPage() {
tag="Testimonials"
testimonials={[
{
id: "1", name: "Arjun Sharma, College Student", date: "Date: January 2025", title: "This is literally the most fun drink I've ever had!", quote: "The whole cap-pressing thing is so satisfying. My friends are obsessed. We're already trying to find it in stores.", tag: "Early Tester", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-handsome-man-with-blond-hair-wearing-burgunde-casual-t-shirt-standing_176532-9610.jpg", imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-bottle-orange-juice_53876-137706.jpg?_wi=3"},
id: "1", name: "Arjun Sharma, College Student", date: "January 2025", title: "This is literally the most fun drink I've ever had!", quote: "The whole cap-pressing thing is so satisfying. My friends are obsessed. We're already trying to find it in stores.", tag: "Early Tester", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-handsome-man-with-blond-hair-wearing-burgunde-casual-t-shirt-standing_176532-9610.jpg", imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-bottle-orange-juice_53876-137706.jpg?_wi=3"},
{
id: "2", name: "Priya Gupta, Instagram Influencer", date: "Date: January 2025", title: "The most Instagram-worthy beverage ever", quote: "CapShot is literally made for content creators. The visual of the cap press, the flavor burst, everything is perfect for reels. My followers went crazy.", tag: "Influencer", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-woman_23-2148856070.jpg", imageSrc: "http://img.b2bpic.net/free-photo/strawberries-near-cup-milkshake_23-2147737753.jpg?_wi=3"},
id: "2", name: "Priya Gupta, Instagram Influencer", date: "January 2025", title: "The most Instagram-worthy beverage ever", quote: "CapShot is literally made for content creators. The visual of the cap press, the flavor burst, everything is perfect for reels. My followers went crazy.", tag: "Influencer", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-woman_23-2148856070.jpg", imageSrc: "http://img.b2bpic.net/free-photo/strawberries-near-cup-milkshake_23-2147737753.jpg?_wi=3"},
{
id: "3", name: "Rohan Patel, Foodie", date: "Date: January 2025", title: "Fresh, innovative, and genuinely delicious", quote: "Not just gimmicky. The flavors are actually incredible. The capsule technology keeps everything fresh. Best startup beverage I've tested.", tag: "Product Enthusiast", avatarSrc: "http://img.b2bpic.net/free-photo/attractive-young-girl-with-short-hair-wearing-glasses-street-style-clothes-leaning-brick-wall_197531-23038.jpg", imageSrc: "http://img.b2bpic.net/free-photo/fresh-lemonade-with-herbs_1220-406.jpg?_wi=3"},
id: "3", name: "Rohan Patel, Foodie", date: "January 2025", title: "Fresh, innovative, and genuinely delicious", quote: "Not just gimmicky. The flavors are actually incredible. The capsule technology keeps everything fresh. Best startup beverage I've tested.", tag: "Product Enthusiast", avatarSrc: "http://img.b2bpic.net/free-photo/attractive-young-girl-with-short-hair-wearing-glasses-street-style-clothes-leaning-brick-wall_197531-23038.jpg", imageSrc: "http://img.b2bpic.net/free-photo/fresh-lemonade-with-herbs_1220-406.jpg?_wi=3"},
{
id: "4", name: "Neha Singh, Delhi Lifestyle Blogger", date: "Date: January 2025", title: "Gen Z just found its beverage", quote: "Finally, something that feels designed specifically for us. Interactive, playful, affordable, and genuinely better than sugary drinks. This is the future of beverages.", tag: "Lifestyle", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-bottle-orange-juice_53876-137706.jpg?_wi=4"},
id: "4", name: "Neha Singh, Delhi Lifestyle Blogger", date: "January 2025", title: "Gen Z just found its beverage", quote: "Finally, something that feels designed specifically for us. Interactive, playful, affordable, and genuinely better than sugary drinks. This is the future of beverages.", tag: "Lifestyle", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-bottle-orange-juice_53876-137706.jpg?_wi=4"},
]}
textboxLayout="default"
useInvertedBackground={false}
@@ -180,7 +180,7 @@ export default function LandingPage() {
title: "Company", items: [
{ label: "About Us", href: "#about" },
{ label: "Become a Distributor", href: "#distributor" },
{ label: "Contact", href: "#contact" },
{ label: "Contact", href: "#distributor" },
],
},
{