Merge version_3 into main #4

Merged
bender merged 3 commits from version_3 into main 2026-03-07 07:49:07 +00:00
3 changed files with 54 additions and 89 deletions

View File

@@ -1,57 +1,23 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Manrope } 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"],
});
import "./styles/variables.css";
import "./styles/base.css";
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
});
const manrope = Manrope({
variable: "--font-manrope", subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Sushi Kun | Fresh Japanese Takeaway in Clovelly, NSW", description: "Affordable, fresh sushi made daily in Clovelly. 4.7★ rated. Call 0414 161 574 for takeaway orders, delivery, and directions.", keywords: "sushi Clovelly, Japanese takeaway Sydney, fresh sushi NSW, affordable sushi near me, sushi delivery Clovelly", metadataBase: new URL("https://sushikun.com.au"),
alternates: {
canonical: "https://sushikun.com.au"},
openGraph: {
title: "Sushi Kun | Fresh Japanese Sushi in Clovelly", description: "Affordable, high-quality sushi made fresh daily. Visit us in Clovelly or call 0414 161 574.", url: "https://sushikun.com.au", siteName: "Sushi Kun", type: "website", images: [
{
url: "http://img.b2bpic.net/free-photo/sushi-set-with-standart-ingridients_140725-4267.jpg", alt: "Fresh sushi platter"},
],
},
twitter: {
card: "summary_large_image", title: "Sushi Kun | Fresh Sushi in Clovelly", description: "Fresh Japanese sushi made daily. Affordable, high-quality, local favorite.", images: ["http://img.b2bpic.net/free-photo/sushi-set-with-standart-ingridients_140725-4267.jpg"],
},
robots: {
index: true,
follow: true,
},
};
title: "Sushi Kun - Fresh Sushi in Clovelly", description: "Fresh sushi made daily in Clovelly. Affordable, high-quality sushi and sashimi crafted with the finest ingredients."};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${halant.variable} ${inter.variable} ${manrope.variable} antialiased`}
>
<Tag />
{children}
<html lang="en">
<body className={inter.variable}>{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1419,7 +1385,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}

View File

@@ -13,16 +13,16 @@ import { Phone } from "lucide-react";
export default function LandingPage() {
return (
<ThemeProvider
defaultButtonVariant="bounce-effect"
defaultButtonVariant="hover-magnetic"
defaultTextAnimation="entrance-slide"
borderRadius="rounded"
contentWidth="mediumSmall"
sizing="largeSmallSizeMediumTitles"
background="none"
cardStyle="gradient-mesh"
primaryButtonStyle="shadow"
secondaryButtonStyle="glass"
headingFontWeight="extrabold"
cardStyle="solid"
primaryButtonStyle="gradient"
secondaryButtonStyle="solid"
headingFontWeight="semibold"
>
<div id="nav" data-section="nav">
<NavbarStyleApple
@@ -39,7 +39,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroLogoBillboardSplit
logoText="SUSHI KUN"
description="Fresh sushi made daily in Clovelly. Affordable, high-quality sushi and sashimi crafted with the finest ingredients."
description="Fresh sushi made daily. Affordable, high-quality sushi and sashimi crafted with the finest ingredients."
background={{ variant: "plain" }}
buttons={[
{ text: "Call Now", href: "tel:0414161574" },
@@ -63,19 +63,16 @@ export default function LandingPage() {
tagAnimation="slide-up"
products={[
{
id: "1", name: "California Roll", price: "$8.50", imageSrc: "/placeholders/placeholder1.webp?_wi=1", imageAlt: "California Roll"
},
id: "1", name: "California Roll", price: "$8.50", imageSrc: "/api/placeholder?w=400&h=300&text=California+Roll", imageAlt: "California Roll"},
{
id: "2", name: "Fresh Sashimi Platter", price: "$15.00", imageSrc: "/placeholders/placeholder1.webp?_wi=2", imageAlt: "Fresh Sashimi Platter"
},
id: "2", name: "Fresh Sashimi Platter", price: "$15.00", imageSrc: "/api/placeholder?w=400&h=300&text=Sashimi+Platter", imageAlt: "Fresh Sashimi Platter"},
{
id: "3", name: "Nigiri Selection", price: "$12.00", imageSrc: "/placeholders/placeholder1.webp?_wi=3", imageAlt: "Nigiri Selection"
},
id: "3", name: "Nigiri Selection", price: "$12.00", imageSrc: "/api/placeholder?w=400&h=300&text=Nigiri+Selection", imageAlt: "Nigiri Selection"},
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={true}
useInvertedBackground={false}
buttons={[
{ text: "View Full Menu", href: "#contact" },
]}
@@ -86,14 +83,12 @@ export default function LandingPage() {
<InlineImageSplitTextAbout
heading={[
{
type: "text", content: "Fresh ingredients, skilled preparation, friendly service"
},
type: "text", content: "Fresh ingredients, skilled preparation, and a commitment to authentic Japanese flavors. Serving our community since 2010."},
]}
useInvertedBackground={false}
useInvertedBackground={true}
buttons={[
{
text: "Get Directions", href: "https://maps.google.com/?q=1/331+Clovelly+Rd,+Clovelly+NSW+2031"
},
text: "Get Directions", href: "https://maps.google.com/?q=Clovelly+Sydney"},
]}
buttonAnimation="slide-up"
className="text-center"
@@ -105,22 +100,34 @@ export default function LandingPage() {
<TestimonialCardTwelve
testimonials={[
{
id: "1", name: "Sarah Johnson", imageSrc: "/placeholders/placeholder1.webp?_wi=4", imageAlt: "Sarah Johnson"
},
id: "1", name: "Sarah Johnson", imageSrc: "/api/placeholder?w=100&h=100&text=Sarah", imageAlt: "Sarah Johnson"},
{
id: "2", name: "Michael Chen", imageSrc: "/placeholders/placeholder1.webp?_wi=5", imageAlt: "Michael Chen"
},
id: "2", name: "Michael Chen", imageSrc: "/api/placeholder?w=100&h=100&text=Michael", imageAlt: "Michael Chen"},
{
id: "3", name: "Emma Rodriguez", imageSrc: "/placeholders/placeholder1.webp?_wi=6", imageAlt: "Emma Rodriguez"
},
id: "3", name: "Emma Rodriguez", imageSrc: "/api/placeholder?w=100&h=100&text=Emma", imageAlt: "Emma Rodriguez"},
{
id: "4", name: "David Kim", imageSrc: "/placeholders/placeholder1.webp?_wi=7", imageAlt: "David Kim"
},
id: "4", name: "David Kim", imageSrc: "/api/placeholder?w=100&h=100&text=David", imageAlt: "David Kim"},
{
id: "5", name: "Lisa Wong", imageSrc: "/api/placeholder?w=100&h=100&text=Lisa", imageAlt: "Lisa Wong"},
{
id: "6", name: "James Murphy", imageSrc: "/api/placeholder?w=100&h=100&text=James", imageAlt: "James Murphy"},
{
id: "7", name: "Rachel Green", imageSrc: "/api/placeholder?w=100&h=100&text=Rachel", imageAlt: "Rachel Green"},
{
id: "8", name: "Tom Anderson", imageSrc: "/api/placeholder?w=100&h=100&text=Tom", imageAlt: "Tom Anderson"},
{
id: "9", name: "Sofia Martinez", imageSrc: "/api/placeholder?w=100&h=100&text=Sofia", imageAlt: "Sofia Martinez"},
{
id: "10", name: "Lucas Taylor", imageSrc: "/api/placeholder?w=100&h=100&text=Lucas", imageAlt: "Lucas Taylor"},
{
id: "11", name: "Nina Patel", imageSrc: "/api/placeholder?w=100&h=100&text=Nina", imageAlt: "Nina Patel"},
{
id: "12", name: "Alex Thompson", imageSrc: "/api/placeholder?w=100&h=100&text=Alex", imageAlt: "Alex Thompson"},
]}
cardTitle="Trusted by hundreds of local customers with a 4.7★ Google rating"
cardTag="See what they say about us"
cardAnimation="slide-up"
useInvertedBackground={true}
useInvertedBackground={false}
/>
</div>
@@ -129,24 +136,19 @@ export default function LandingPage() {
ctaTitle="Ready to order?"
ctaDescription="Call us now for fresh sushi delivery or visit our Clovelly location. No reservations needed."
ctaButton={{
text: "Call 0414 161 574", href: "tel:0414161574"
}}
text: "Call 0414 161 574", href: "tel:0414161574"}}
ctaIcon={Phone}
useInvertedBackground={false}
useInvertedBackground={true}
animationType="slide-up"
faqs={[
{
id: "1", title: "What are your hours?", content: "We're open daily from 11:00 AM to 9:00 PM. Visit us at 1/331 Clovelly Rd, Clovelly NSW 2031."
},
id: "1", title: "What are your hours?", content: "We're open daily from 11:00 AM to 9:00 PM. Visit us in Clovelly. Call ahead for the best selection."},
{
id: "2", title: "Do you offer delivery?", content: "Yes! Call us to arrange delivery to your location. Orders over $30 qualify for free delivery within Clovelly area."
},
id: "2", title: "Do you offer delivery?", content: "Yes! Call us to arrange delivery to your location. Orders over $30 qualify for free delivery within Clovelly area."},
{
id: "3", title: "What payment methods do you accept?", content: "We accept cash, card, and digital payments. Payment is required at pickup or upon delivery."
},
id: "3", title: "What payment methods do you accept?", content: "We accept cash, card, and digital payments. Payment is required at pickup or upon delivery."},
{
id: "4", title: "Are your ingredients fresh?", content: "Absolutely. We source premium fresh fish and vegetables daily and prepare everything to order for maximum freshness."
},
id: "4", title: "Are your ingredients fresh?", content: "Absolutely. We source premium fresh fish and vegetables daily and prepare everything to order for maximum freshness."},
]}
accordionAnimationType="smooth"
showCard={true}
@@ -167,11 +169,9 @@ export default function LandingPage() {
title: "Contact", items: [
{ label: "Call: 0414 161 574", href: "tel:0414161574" },
{
label: "Address: 1/331 Clovelly Rd", href: "https://maps.google.com/?q=1/331+Clovelly+Rd,+Clovelly+NSW+2031"
},
label: "Address: Clovelly, Sydney", href: "https://maps.google.com/?q=Clovelly+Sydney"},
{
label: "Get Directions", href: "https://maps.google.com/?q=1/331+Clovelly+Rd,+Clovelly+NSW+2031"
},
label: "Get Directions", href: "https://maps.google.com/?q=Clovelly+Sydney"},
],
},
{
@@ -182,7 +182,7 @@ export default function LandingPage() {
},
]}
bottomLeftText="© 2025 Sushi Kun. All rights reserved."
bottomRightText="Fresh sushi in Clovelly since 2010"
bottomRightText="Fresh sushi in Clovelly"
/>
</div>
</ThemeProvider>

View File

@@ -12,13 +12,13 @@
--background: #ffffff;
--card: #f9f9f9;
--foreground: #120006e6;
--primary-cta: #e63946;
--foreground: #1a1a1a;
--primary-cta: #c41e3a;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #120006e6;
--accent: #e2e2e2;
--background-accent: #c4c4c4;
--accent: #e8e8e8;
--background-accent: #c41e3a;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);